summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/test
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-20 19:32:03 +0300
committerAndrew Dolgov <[email protected]>2020-04-20 19:32:03 +0300
commitfa25f18453c05e1907b425b11edf4802a6448754 (patch)
tree626c3ff8c2211a8b4ee142d7eb7660de8f42d2b2 /org.fox.epube/src/test
initial
Diffstat (limited to 'org.fox.epube/src/test')
-rw-r--r--org.fox.epube/src/test/java/org/fox/epube/ExampleUnitTest.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.fox.epube/src/test/java/org/fox/epube/ExampleUnitTest.java b/org.fox.epube/src/test/java/org/fox/epube/ExampleUnitTest.java
new file mode 100644
index 0000000..afc44bd
--- /dev/null
+++ b/org.fox.epube/src/test/java/org/fox/epube/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package org.fox.epube;
+
+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() {
+ assertEquals(4, 2 + 2);
+ }
+} \ No newline at end of file