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