Class JUnit4Reflector
java.lang.Object
org.apache.maven.surefire.common.junit4.JUnit4Reflector
JUnit4 reflection helper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.junit.runner.Description
createDescription
(String description) static org.junit.runner.Description
createDescription
(String description, Annotation... annotations) static org.junit.Ignore
createIgnored
(String value) static org.junit.Ignore
getAnnotatedIgnore
(org.junit.runner.Description d) (package private) static String
getAnnotatedIgnoreValue
(org.junit.runner.Description description)
-
Field Details
-
PARAMS
-
IGNORE_PARAMS
-
PARAMS_WITH_ANNOTATIONS
-
-
Constructor Details
-
JUnit4Reflector
private JUnit4Reflector()
-
-
Method Details
-
getAnnotatedIgnore
public static org.junit.Ignore getAnnotatedIgnore(org.junit.runner.Description d) -
getAnnotatedIgnoreValue
-
createDescription
-
createDescription
public static org.junit.runner.Description createDescription(String description, Annotation... annotations) -
createIgnored
-