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>
boolean
private boolean
equalValue
(org.junit.Ignore ignore) int
hashCode()
toString()
value()
-
Field Details
-
value
-
-
Constructor Details
-
IgnoredWithUserError
IgnoredWithUserError(String value)
-
-
Method Details
-
value
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceAnnotation
- Overrides:
hashCode
in classObject
-
equals
- Specified by:
equals
in interfaceAnnotation
- Overrides:
equals
in classObject
-
toString
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-
equalValue
private boolean equalValue(org.junit.Ignore ignore)
-