Files
AndroidAppTests/mobile/src/test/java/com/example/daniel/myapplication/ExampleUnitTest.java
Daniel Brunner cc8238d6a9 Initial commit
2016-11-23 18:42:22 +01:00

17 lines
410 B
Java

package com.example.daniel.myapplication;
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);
}
}