aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/java/me
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-08 14:58:18 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-05-08 14:58:18 -0600
commitfc908199f136acd2a5030e5085f024857cd2cfb5 (patch)
tree60e5569fe239bec0c287b69aefd3cff6b95449f7 /app/src/test/java/me
parent1231683daeee4054a9da7204339b9beeb172981e (diff)
downloadwiimmfi-watcher-fc908199f136acd2a5030e5085f024857cd2cfb5.tar
wiimmfi-watcher-fc908199f136acd2a5030e5085f024857cd2cfb5.tar.gz
wiimmfi-watcher-fc908199f136acd2a5030e5085f024857cd2cfb5.tar.bz2
changed api and package name
Diffstat (limited to 'app/src/test/java/me')
-rw-r--r--app/src/test/java/me/brysonsteck/wiimmfiwatcher/ExampleUnitTest.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/me/brysonsteck/wiimmfiwatcher/ExampleUnitTest.java b/app/src/test/java/me/brysonsteck/wiimmfiwatcher/ExampleUnitTest.java
new file mode 100644
index 0000000..5c218bc
--- /dev/null
+++ b/app/src/test/java/me/brysonsteck/wiimmfiwatcher/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package me.brysonsteck.wiimmfiwatcher;
+
+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