summaryrefslogtreecommitdiff
path: root/app/src/test/java/de
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/test/java/de')
-rwxr-xr-xapp/src/test/java/de/marvinborner/pi/ExampleUnitTest.kt17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/de/marvinborner/pi/ExampleUnitTest.kt b/app/src/test/java/de/marvinborner/pi/ExampleUnitTest.kt
new file mode 100755
index 0000000..492f455
--- /dev/null
+++ b/app/src/test/java/de/marvinborner/pi/ExampleUnitTest.kt
@@ -0,0 +1,17 @@
+package de.marvinborner.pi
+
+import org.junit.Test
+
+import org.junit.Assert.*
+
+/**
+ * Example local unit test, which will execute on the development machine (host).
+ *
+ * See [testing documentation](http://d.android.com/tools/testing).
+ */
+class ExampleUnitTest {
+ @Test
+ fun addition_isCorrect() {
+ assertEquals(4, 2 + 2)
+ }
+} \ No newline at end of file