Example local unit test, which will execute on the development machine (host). @see Testing documentation
| 10 | * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> |
| 11 | */ |
| 12 | public class ExampleUnitTest { |
| 13 | @Test |
| 14 | public void addition_isCorrect() throws Exception { |
| 15 | assertEquals(4, 2 + 2); |
| 16 | } |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected