Polishing

This commit is contained in:
Sam Brannen 2023-09-13 18:18:01 +02:00
parent 68ba55bea9
commit 99a50e7cea
1 changed files with 1 additions and 1 deletions

View File

@ -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 Framework 5.3 class-level test configuration annotations were not _inherited_ from
enclosing classes like they are from superclasses. 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 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 default. To change from the default `INHERIT` mode to `OVERRIDE` mode, you may annotate
an individual `@Nested` test class with an individual `@Nested` test class with