1
0
mirror of https://github.com/yexuejc/rrxjava.git synced 2025-12-25 04:12:45 +08:00
This commit is contained in:
2017-07-07 15:50:45 +08:00
commit c595467e6f
105 changed files with 3161 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package com.yexue.android.rrxjava;
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() throws Exception {
assertEquals(4, 2 + 2);
}
}