From c6883b0d6a289e562e0ae13b595bb3556a578df9 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 5 Jul 2017 22:23:34 -0700 Subject: Increment --- .../test/java/ca/allanwang/kprefs/ExampleUnitTest.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sample/src/test/java/ca/allanwang/kprefs/ExampleUnitTest.java (limited to 'sample/src/test/java/ca/allanwang/kprefs/ExampleUnitTest.java') diff --git a/sample/src/test/java/ca/allanwang/kprefs/ExampleUnitTest.java b/sample/src/test/java/ca/allanwang/kprefs/ExampleUnitTest.java deleted file mode 100644 index 4c029fd..0000000 --- a/sample/src/test/java/ca/allanwang/kprefs/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package ca.allanwang.kprefs; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() throws Exception { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file -- cgit v1.2.3