MCPcopy Create free account
hub / github.com/AndroidKnife/RxBus / ExampleUnitTest

Class ExampleUnitTest

app/src/test/java/com/hwangjr/rxbus/ExampleUnitTest.java:10–15  ·  view source on GitHub ↗

To work on unit tests, switch the Test Artifact in the Build Variants view.

Source from the content-addressed store, hash-verified

8 * To work on unit tests, switch the Test Artifact in the Build Variants view.
9 */
10public class ExampleUnitTest {
11 @Test
12 public void addition_isCorrect() throws Exception {
13 assertEquals(4, 2 + 2);
14 }
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected