Package | Description |
---|---|
org.apache.maven.surefire.common.junit4 | |
org.apache.maven.surefire.junit4 |
Modifier and Type | Method and Description |
---|---|
static ClassMethod |
JUnit4ProviderUtil.cutTestClassAndMethod(org.junit.runner.Description description)
Java Patterns of regex is slower than cutting a substring.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<ClassMethod> |
JUnit4ProviderUtil.generateFailingTests(java.util.List<org.junit.runner.notification.Failure> allFailures)
Get all test methods from a list of Failures
|
Modifier and Type | Method and Description |
---|---|
private void |
JUnit4Provider.executeFailedMethod(org.junit.runner.notification.RunNotifier notifier,
java.util.Set<ClassMethod> failedMethods) |