public interface FailureRerunner
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasToRunTest(String className,
String methodName)
Returns true if a test given by className and method name has to be run.
|
void |
recordFailedTests(Map<String,List<String>> failedTests)
Stores failed tests.
|
Copyright © 2021. All rights reserved.