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.*;
|
||||
|
||||
public class PersonAndEmployeeReflectionTest {
|
||||
public class PersonAndEmployeeReflectionUnitTest {
|
||||
|
||||
// Fields names
|
||||
private static final String LAST_NAME_FIELD = "lastName";
|
Loading…
Reference in New Issue