summaryrefslogtreecommitdiff
path: root/app/src/test
diff options
context:
space:
mode:
authorMarvin Borner2018-05-19 20:11:35 +0200
committerMarvin Borner2018-05-19 20:11:35 +0200
commit7cd9f3cf3a86edc8425a2775d59cab6ff98d9dab (patch)
tree71d46b15d0b33171e4e36d755cfc18058d7ae940 /app/src/test
Initial design and functionality
Diffstat (limited to 'app/src/test')
-rw-r--r--app/src/test/java/me/marvinborner/myapplication/ExampleUnitTest.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/me/marvinborner/myapplication/ExampleUnitTest.java b/app/src/test/java/me/marvinborner/myapplication/ExampleUnitTest.java
new file mode 100644
index 0000000..f88ea1b
--- /dev/null
+++ b/app/src/test/java/me/marvinborner/myapplication/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package me.marvinborner.myapplication;
+
+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