aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/test
diff options
context:
space:
mode:
authorMarvin Borner2018-08-16 16:07:33 +0200
committerMarvin Borner2018-08-16 16:07:33 +0200
commite398bc3007a7d02f432d2f368369e9bf05cd7d7b (patch)
treecefb225e45deeabac87daa846fce678f7743dedd /app/src/test
parent730c3d3aa97d50b4962f581559b62e9b0e03aacf (diff)
Synced file types
Diffstat (limited to 'app/src/test')
-rw-r--r--app/src/test/java/com/no_name/no_name/ExampleUnitTest.kt17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/com/no_name/no_name/ExampleUnitTest.kt b/app/src/test/java/com/no_name/no_name/ExampleUnitTest.kt
new file mode 100644
index 0000000..306ff71
--- /dev/null
+++ b/app/src/test/java/com/no_name/no_name/ExampleUnitTest.kt
@@ -0,0 +1,17 @@
+package com.no_name.no_name
+
+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)
+ }
+}