Skip to content

Commit 1d14de6

Browse files
authored
Update and rename PersonAndEmployeeReflectionTest.java to PersonAndEmployeeReflectionUnitTest.java
1 parent 994cb30 commit 1d14de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-java/src/test/java/com/baeldung/reflection/PersonAndEmployeeReflectionTest.java renamed to core-java/src/test/java/com/baeldung/reflection/PersonAndEmployeeReflectionUnitTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import static org.junit.Assert.*;
1212

13-
public class PersonAndEmployeeReflectionTest {
13+
public class PersonAndEmployeeReflectionUnitTest {
1414

1515
// Fields names
1616
private static final String LAST_NAME_FIELD = "lastName";
@@ -125,4 +125,4 @@ public List<Field> getAllFields(Class clazz) {
125125
return result;
126126
}
127127

128-
}
128+
}

0 commit comments

Comments
 (0)