update android remote_control app for android-studio, new icons, added GPL
[goodguy/history.git] / CineRmt / src / test / java / com / local / cinermt / ExampleUnitTest.java
diff --git a/CineRmt/src/test/java/com/local/cinermt/ExampleUnitTest.java b/CineRmt/src/test/java/com/local/cinermt/ExampleUnitTest.java
new file mode 100644 (file)
index 0000000..c641cec
--- /dev/null
@@ -0,0 +1,15 @@
+package com.local.cinermt;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * To work on unit tests, switch the Test Artifact in the Build Variants view.
+ */
+public class ExampleUnitTest {
+    @Test
+    public void addition_isCorrect() throws Exception {
+        assertEquals(4, 2 + 2);
+    }
+}
\ No newline at end of file