Skip to content

Commit 3a44870

Browse files
committed
Improve class names
1 parent 967800a commit 3a44870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-test/src/test/java/org/springframework/test/context/bean/override/convention/TestBeanIntegrationTests.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void fieldWithMethodNameHasOverride(ApplicationContext ctx) {
8585

8686
@Nested
8787
@DisplayName("With @TestBean in enclosing class")
88-
public class TestBeanNestedTests {
88+
public class TestBeanFieldInEnclosingClassTests {
8989

9090
@Test
9191
void fieldHasOverride(ApplicationContext ctx) {
@@ -108,7 +108,7 @@ void fieldWithMethodNameHasOverride(ApplicationContext ctx) {
108108

109109
@Nested
110110
@DisplayName("With factory method in enclosing class")
111-
public class TestBeanNested2Tests {
111+
public class TestBeanFactoryMethodInEnclosingClassTests {
112112

113113
@TestBean(methodName = "nestedFieldTestOverride", name = "nestedField")
114114
String nestedField2;

0 commit comments

Comments
 (0)