1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2026-03-02 03:40:08 +00:00

First commit

This commit is contained in:
Gerben Droogers
2017-10-10 23:26:41 +02:00
commit 3bf00e3ed3
37 changed files with 1159 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package eu.droogers.smsmatrix;
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);
}
}