From 99a50e7cea9d1c7791e40401595204e4446ce929 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 13 Sep 2023 18:18:01 +0200 Subject: [PATCH] Polishing --- .../pages/testing/testcontext-framework/support-classes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/support-classes.adoc b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/support-classes.adoc index 90da81abfa..5173116682 100644 --- a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/support-classes.adoc +++ b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/support-classes.adoc @@ -536,7 +536,7 @@ The _Spring TestContext Framework_ has supported the use of test-related annotat Framework 5.3 class-level test configuration annotations were not _inherited_ from enclosing classes like they are from superclasses. -Spring Framework 5.3 introduces first-class support for inheriting test class +Spring Framework 5.3 introduced first-class support for inheriting test class configuration from enclosing classes, and such configuration will be inherited by default. To change from the default `INHERIT` mode to `OVERRIDE` mode, you may annotate an individual `@Nested` test class with