public final class JUnit4Reflector
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
JUnit4Reflector.IgnoredWithUserError |
Modifier and Type | Field and Description |
---|---|
private static java.lang.Object[] |
IGNORE_PARAMS |
private static java.lang.Class[] |
PARAMS |
private static java.lang.Class[] |
PARAMS_WITH_ANNOTATIONS |
Modifier | Constructor and Description |
---|---|
private |
JUnit4Reflector() |
Modifier and Type | Method and Description |
---|---|
static org.junit.runner.Description |
createDescription(java.lang.String description) |
static org.junit.runner.Description |
createDescription(java.lang.String description,
java.lang.annotation.Annotation... annotations) |
static org.junit.Ignore |
createIgnored(java.lang.String value) |
static org.junit.Ignore |
getAnnotatedIgnore(org.junit.runner.Description d) |
(package private) static java.lang.String |
getAnnotatedIgnoreValue(org.junit.runner.Description description) |
private static final java.lang.Class[] PARAMS
private static final java.lang.Object[] IGNORE_PARAMS
private static final java.lang.Class[] PARAMS_WITH_ANNOTATIONS
public static org.junit.Ignore getAnnotatedIgnore(org.junit.runner.Description d)
static java.lang.String getAnnotatedIgnoreValue(org.junit.runner.Description description)
public static org.junit.runner.Description createDescription(java.lang.String description)
public static org.junit.runner.Description createDescription(java.lang.String description, java.lang.annotation.Annotation... annotations)
public static org.junit.Ignore createIgnored(java.lang.String value)