Searched defs:numTests (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() 69 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() 74 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
|
D | BazelXmlResultReporter.java | 89 public void testRunStarted(String name, int numTests) { in testRunStarted() 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
|