Home
last modified time | relevance | path

Searched defs:testid (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnit4ResultForwarder.java67 TestDescription testid = in testStarted() local
77 TestDescription testid = in testFinished() local
106 TestDescription testid = in testIgnored() local
123 private void handleFailures(TestDescription testid) { in handleFailures()