Skip to content

Commit 5d4507b

Browse files
committed
Remove unused hamcrest dependency
1 parent 552311e commit 5d4507b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

GuiUnitTests/GuiUnitTests.pde

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ import org.junit.runner.JUnitCore;
44
import org.junit.runner.Result;
55
import org.junit.runner.notification.Failure;
66
import org.junit.runner.RunWith;
7-
import org.hamcrest.SelfDescribing;
7+
import java.time.LocalDateTime;
8+
import java.time.Instant;
9+
import java.time.format.DateTimeFormatter;
10+
import java.time.temporal.ChronoUnit;
11+
812

913
static GuiUnitTests currentApplet;
1014
final String failFileName = "UNITTEST_FAILURE";
-44 KB
Binary file not shown.

0 commit comments

Comments
 (0)