Skip to content

Commit 119a9ff

Browse files
committed
Rename test class to NestedTests for AOT integration testing
Prior to this commit, the NestedTestCase resulted in errors during our AOT end-to-end integration tests since it did not comply to our "*Tests" naming convention. See gh-29122
1 parent 66e3a7a commit 119a9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/test/java/org/springframework/test/context/junit4/nested/NestedTestsWithSpringRulesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void topLevelTest() {
5454

5555

5656
@ContextConfiguration(classes = NestedConfig.class)
57-
public class NestedTestCase extends SpringRuleConfigurer {
57+
public class NestedTests extends SpringRuleConfigurer {
5858

5959
@Autowired
6060
String bar;

0 commit comments

Comments
 (0)