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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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";