Checking in LEDE GUI for device registration; this was ported from the implementation...
[iot2.git] / others / lede-gui / src / test / java / com / example / lede2 / ExampleUnitTest.java
diff --git a/others/lede-gui/src/test/java/com/example/lede2/ExampleUnitTest.java b/others/lede-gui/src/test/java/com/example/lede2/ExampleUnitTest.java
new file mode 100644 (file)
index 0000000..ea83d18
--- /dev/null
@@ -0,0 +1,17 @@
+package com.example.lede2;\r
+\r
+import org.junit.Test;\r
+\r
+import static org.junit.Assert.*;\r
+\r
+/**\r
+ * Example local unit test, which will execute on the development machine (host).\r
+ *\r
+ * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>\r
+ */\r
+public class ExampleUnitTest {\r
+    @Test\r
+    public void addition_isCorrect() throws Exception {\r
+        assertEquals(4, 2 + 2);\r
+    }\r
+}
\ No newline at end of file