aboutsummaryrefslogtreecommitdiff
path: root/app/src/test
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-04-30 09:57:06 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-04-30 09:57:06 -0600
commita31eb389d59e8a209549e6a8bb7537e93e0ce59e (patch)
tree39bf3127c933f1dd0866877a9ad114e84d159657 /app/src/test
downloadwiimmfi-watcher-a31eb389d59e8a209549e6a8bb7537e93e0ce59e.tar
wiimmfi-watcher-a31eb389d59e8a209549e6a8bb7537e93e0ce59e.tar.gz
wiimmfi-watcher-a31eb389d59e8a209549e6a8bb7537e93e0ce59e.tar.bz2
initial commit
Diffstat (limited to 'app/src/test')
-rw-r--r--app/src/test/java/com/example/wiimmterfaceandroid/ExampleUnitTest.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/com/example/wiimmterfaceandroid/ExampleUnitTest.java b/app/src/test/java/com/example/wiimmterfaceandroid/ExampleUnitTest.java
new file mode 100644
index 0000000..06e14d3
--- /dev/null
+++ b/app/src/test/java/com/example/wiimmterfaceandroid/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package com.example.wiimmterfaceandroid;
+
+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