Update and rename PersonAndEmployeeReflectionTest.java to PersonAndEmployeeReflectionUnitTest.java
This commit is contained in:
parent
994cb303a0
commit
1d14de6b4b
@ -10,7 +10,7 @@ import java.util.List;
|
|||||||
|
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
public class PersonAndEmployeeReflectionTest {
|
public class PersonAndEmployeeReflectionUnitTest {
|
||||||
|
|
||||||
// Fields names
|
// Fields names
|
||||||
private static final String LAST_NAME_FIELD = "lastName";
|
private static final String LAST_NAME_FIELD = "lastName";
|
||||||
@ -125,4 +125,4 @@ public class PersonAndEmployeeReflectionTest {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user