ListReposition tests added

This commit is contained in:
Adam Ding
2020-12-01 20:26:36 -05:00
parent 0c3839cec3
commit 16e4805d2c
2 changed files with 45 additions and 2 deletions

View File

@@ -8,12 +8,12 @@ import java.util.Map;
public class TestListDuplicate {
@Test
public void testListEntryAdderValid() {
public void testListDuplicateValid() {
testListDuplicaterMock(false);
}
@Test
public void testListEntryAdderError() {
public void testListDuplicateError() {
testListDuplicaterMock(true);
}