mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-10 18:55:03 +00:00
ListReposition tests added
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user