Update and rename PersonAndEmployeeReflectionTest.java to PersonAndEmployeeReflectionUnitTest.java

This commit is contained in:
Loredana Crusoveanu
2019-01-05 22:39:29 +02:00
committed by GitHub
parent 994cb303a0
commit 1d14de6b4b

View File

@@ -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";
@@ -125,4 +125,4 @@ public class PersonAndEmployeeReflectionTest {
return result;
}
}
}