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
1 package com.example.lede2;\r
2 \r
3 import org.junit.Test;\r
4 \r
5 import static org.junit.Assert.*;\r
6 \r
7 /**\r
8  * Example local unit test, which will execute on the development machine (host).\r
9  *\r
10  * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>\r
11  */\r
12 public class ExampleUnitTest {\r
13     @Test\r
14     public void addition_isCorrect() throws Exception {\r
15         assertEquals(4, 2 + 2);\r
16     }\r
17 }