From 1bfcaecc9be49a3e26ce355f5a4cb877791d6366 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 3 Aug 2023 10:42:34 +0300 Subject: [PATCH] Polishing --- framework-docs/modules/ROOT/pages/appendix.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/appendix.adoc b/framework-docs/modules/ROOT/pages/appendix.adoc index 8c9e1b74766..c3074a81a63 100644 --- a/framework-docs/modules/ROOT/pages/appendix.adoc +++ b/framework-docs/modules/ROOT/pages/appendix.adoc @@ -57,8 +57,7 @@ for details. | `spring.test.constructor.autowire.mode` | The default _test constructor autowire mode_ to use if `@TestConstructor` is not present -on a test class. See xref:testing/annotations/integration-junit-jupiter.adoc#integration-testing-annotations-testconstructor[Changing the default test constructor autowire mode] -. +on a test class. See xref:testing/annotations/integration-junit-jupiter.adoc#integration-testing-annotations-testconstructor[Changing the default test constructor autowire mode]. | `spring.test.context.cache.maxSize` | The maximum size of the context cache in the _Spring TestContext Framework_. See @@ -72,7 +71,6 @@ xref:testing/testcontext-framework/ctx-management/failure-threshold.adoc[Context | `spring.test.enclosing.configuration` | The default _enclosing configuration inheritance mode_ to use if `@NestedTestConfiguration` is not present on a test class. See -xref:testing/annotations/integration-junit-jupiter.adoc#integration-testing-annotations-nestedtestconfiguration[Changing the default enclosing configuration inheritance mode] -. +xref:testing/annotations/integration-junit-jupiter.adoc#integration-testing-annotations-nestedtestconfiguration[Changing the default enclosing configuration inheritance mode]. |===