public static interface TestRunner.Listener
Modifier and Type | Method and Description |
---|---|
void |
failed(String className,
Throwable execption) |
void |
finished(String className) |
void |
passed(String className) |
void |
performance(String className,
long itemTimeNS,
int iterations,
List<TestRunner.IntermediateTime> itermediates) |
void |
started(String className) |