Searched defs:testRunStarted (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/ |
D | BazelExitCodeResultReporter.java | 64 public void testRunStarted(String name, int numTests) { in testRunStarted() method in BazelExitCodeResultReporter 69 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in BazelExitCodeResultReporter 74 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in BazelExitCodeResultReporter
|
D | BazelXmlResultReporter.java | 89 public void testRunStarted(String name, int numTests) { in testRunStarted() method in BazelXmlResultReporter 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in BazelXmlResultReporter 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in BazelXmlResultReporter
|