public class AnnotatedClassRequest
extends org.junit.internal.requests.ClassRequest
| Constructor and Description |
|---|
AnnotatedClassRequest(Class<?> testClass,
int numRetries,
PrintStream err)
Constructs an instance for the given test class, number of retries for failing tests
(0 means no retries) and a stream to print the information about flaky tests (those
that first fail but then pass after retrying).
|
public AnnotatedClassRequest(Class<?> testClass, int numRetries, PrintStream err)
public Class<?> getClazz()
public org.junit.runner.Runner getRunner()
getRunner in class org.junit.internal.requests.ClassRequest