TestResultInstrumentation.java | 27 * Instrumentation that can show the test result in the TestResultActivity. 45 // Show the test result by using activity because we need to disconnect USB cable 54 show("ERROR", test, t); 60 show("FAIL", test, t); 66 show("PASS", test, null); 75 void show(String message) { method in class:TestResultInstrumentation 76 TestResultActivity.show(getContext(), " " + message); 79 private void show(String tag, Test test, Throwable t) { method in class:TestResultInstrumentation 84 TestResultActivity.show(
|