Class JUnit4Reflector.IgnoredWithUserError
java.lang.Object
org.apache.maven.surefire.common.junit4.JUnit4Reflector.IgnoredWithUserError
- All Implemented Interfaces:
Annotation
- Enclosing class:
JUnit4Reflector
private static class JUnit4Reflector.IgnoredWithUserError
extends Object
implements Annotation, org.junit.Ignore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> booleanprivate booleanequalValue(org.junit.Ignore ignore) inthashCode()toString()value()
-
Field Details
-
value
-
-
Constructor Details
-
IgnoredWithUserError
IgnoredWithUserError(String value)
-
-
Method Details
-
value
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-
equals
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-
equalValue
private boolean equalValue(org.junit.Ignore ignore)
-