Initial code

This commit is contained in:
2019-04-02 10:04:42 +02:00
parent 6c4f9966e2
commit ad95f52f46
40 changed files with 1047 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
package com.example.nrftest;
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);
}
}