Use api-spring-framework attribute for links to SpringProperties
See gh-26492
This commit is contained in:
parent
bef5d59e43
commit
c649b74235
|
@ -1847,8 +1847,7 @@ constructor takes precedence over both `@TestConstructor` and the default mode.
|
||||||
The default _test constructor autowire mode_ can be changed by setting the
|
The default _test constructor autowire mode_ can be changed by setting the
|
||||||
`spring.test.constructor.autowire.mode` JVM system property to `all`. Alternatively, the
|
`spring.test.constructor.autowire.mode` JVM system property to `all`. Alternatively, the
|
||||||
default mode may be set via the
|
default mode may be set via the
|
||||||
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/SpringProperties.html[`SpringProperties`]
|
{api-spring-framework}/core/SpringProperties.html[`SpringProperties`] mechanism.
|
||||||
mechanism.
|
|
||||||
|
|
||||||
As of Spring Framework 5.3, the default mode may also be configured as a
|
As of Spring Framework 5.3, the default mode may also be configured as a
|
||||||
https://junit.org/junit5/docs/current/user-guide/#running-tests-config-params[JUnit Platform configuration parameter].
|
https://junit.org/junit5/docs/current/user-guide/#running-tests-config-params[JUnit Platform configuration parameter].
|
||||||
|
@ -1881,8 +1880,7 @@ change the default mode.
|
||||||
The default _enclosing configuration inheritance mode_ is `INHERIT`, but it can be
|
The default _enclosing configuration inheritance mode_ is `INHERIT`, but it can be
|
||||||
changed by setting the `spring.test.enclosing.configuration` JVM system property to
|
changed by setting the `spring.test.enclosing.configuration` JVM system property to
|
||||||
`OVERRIDE`. Alternatively, the default mode may be set via the
|
`OVERRIDE`. Alternatively, the default mode may be set via the
|
||||||
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/SpringProperties.html[`SpringProperties`]
|
{api-spring-framework}/core/SpringProperties.html[`SpringProperties`] mechanism.
|
||||||
mechanism.
|
|
||||||
=====
|
=====
|
||||||
|
|
||||||
The <<testcontext-framework>> honors `@NestedTestConfiguration` semantics for the
|
The <<testcontext-framework>> honors `@NestedTestConfiguration` semantics for the
|
||||||
|
@ -4569,8 +4567,7 @@ maximum size is reached, a least recently used (LRU) eviction policy is used to
|
||||||
close stale contexts. You can configure the maximum size from the command line or a build
|
close stale contexts. You can configure the maximum size from the command line or a build
|
||||||
script by setting a JVM system property named `spring.test.context.cache.maxSize`. As an
|
script by setting a JVM system property named `spring.test.context.cache.maxSize`. As an
|
||||||
alternative, you can set the same property via the
|
alternative, you can set the same property via the
|
||||||
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/SpringProperties.html[`SpringProperties`]
|
{api-spring-framework}/core/SpringProperties.html[`SpringProperties`] mechanism.
|
||||||
mechanism.
|
|
||||||
|
|
||||||
Since having a large number of application contexts loaded within a given test suite can
|
Since having a large number of application contexts loaded within a given test suite can
|
||||||
cause the suite to take an unnecessarily long time to run, it is often beneficial to
|
cause the suite to take an unnecessarily long time to run, it is often beneficial to
|
||||||
|
|
Loading…
Reference in New Issue