diff options
Diffstat (limited to 'library/src/test/java/ca/allanwang')
-rw-r--r-- | library/src/test/java/ca/allanwang/kprefs/library/ExampleUnitTest.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/library/src/test/java/ca/allanwang/kprefs/library/ExampleUnitTest.java b/library/src/test/java/ca/allanwang/kprefs/library/ExampleUnitTest.java deleted file mode 100644 index 12e478b..0000000 --- a/library/src/test/java/ca/allanwang/kprefs/library/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package ca.allanwang.kprefs.library; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() throws Exception { - assertEquals(4, 2 + 2); - } -}
\ No newline at end of file |