summaryrefslogtreecommitdiff
path: root/app/src/test/java/sh/lajo/buddy
diff options
context:
space:
mode:
authorJustZvan <justzvan@justzvan.xyz>2026-02-06 13:38:36 +0100
committerJustZvan <justzvan@justzvan.xyz>2026-02-06 13:38:36 +0100
commitadb6a4fd9ec3a23c04d5e4c2ce799448237915c4 (patch)
tree786edcf5888788e0667a90fae96d7ebec68c507a /app/src/test/java/sh/lajo/buddy
feat: initial commit
Diffstat (limited to 'app/src/test/java/sh/lajo/buddy')
-rw-r--r--app/src/test/java/sh/lajo/buddy/ExampleUnitTest.kt17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/sh/lajo/buddy/ExampleUnitTest.kt b/app/src/test/java/sh/lajo/buddy/ExampleUnitTest.kt
new file mode 100644
index 0000000..4f15ba5
--- /dev/null
+++ b/app/src/test/java/sh/lajo/buddy/ExampleUnitTest.kt
@@ -0,0 +1,17 @@
+package sh.lajo.buddy
+
+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