We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ba55b commit 99a50e7Copy full SHA for 99a50e7
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
536
Framework 5.3 class-level test configuration annotations were not _inherited_ from
537
enclosing classes like they are from superclasses.
538
539
-Spring Framework 5.3 introduces first-class support for inheriting test class
+Spring Framework 5.3 introduced first-class support for inheriting test class
540
configuration from enclosing classes, and such configuration will be inherited by
541
default. To change from the default `INHERIT` mode to `OVERRIDE` mode, you may annotate
542
an individual `@Nested` test class with
0 commit comments