public class JUnit4ProviderUtil extends Object
Constructor and Description |
---|
JUnit4ProviderUtil() |
Modifier and Type | Method and Description |
---|---|
static Description |
createSuiteDescription(Collection<Class<?>> classes) |
static Set<String> |
generateFailingTests(List<Failure> allFailures)
Get the name of all test methods from a list of Failures
|
static Map<Class<?>,Set<String>> |
generateFailingTests(List<Failure> allFailures,
TestsToRun testsToRun)
Organize all the failures in previous run into a map between test classes and corresponding failing test methods
|
public static Map<Class<?>,Set<String>> generateFailingTests(List<Failure> allFailures, TestsToRun testsToRun)
allFailures
- all the failures in previous runtestsToRun
- all the test classespublic static Set<String> generateFailingTests(List<Failure> allFailures)
allFailures
- the list of failures for a given test classpublic static Description createSuiteDescription(Collection<Class<?>> classes)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.