MCPcopy Create free account
hub / github.com/WrBug/dumpDex / ExampleUnitTest

Class ExampleUnitTest

app/src/test/java/com/wrbug/dumpdex/ExampleUnitTest.java:12–17  ·  view source on GitHub ↗

Example local unit test, which will execute on the development machine (host). @see Testing documentation

Source from the content-addressed store, hash-verified

10 * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
11 */
12public class ExampleUnitTest {
13 @Test
14 public void addition_isCorrect() throws Exception {
15 assertEquals(4, 2 + 2);
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected