public class FailureRerunnerXml extends Object implements FailureRerunner
| Constructor and Description |
|---|
FailureRerunnerXml(Configuration configuration) |
| 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.
|
public FailureRerunnerXml(Configuration configuration)
public void recordFailedTests(Map<String,List<String>> failedTests)
FailureRerunnerrecordFailedTests in interface FailureRerunnerfailedTests - map keys are class names, values lists with failed method namespublic boolean hasToRunTest(String className, String methodName)
FailureRerunnerhasToRunTest in interface FailureRerunnerCopyright © 2021. All rights reserved.