public class AnnotatedClassRequest
extends org.junit.internal.requests.ClassRequest
| Constructor and Description |
|---|
AnnotatedClassRequest(java.lang.Class<?> testClass,
int numRetries,
java.io.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).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getClazz() |
org.junit.runner.Runner |
getRunner() |
public AnnotatedClassRequest(java.lang.Class<?> testClass,
int numRetries,
java.io.PrintStream err)