Class JUnit4Reflector.IgnoredWithUserError
- java.lang.Object
-
- org.apache.maven.surefire.common.junit4.JUnit4Reflector.IgnoredWithUserError
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- JUnit4Reflector
private static class JUnit4Reflector.IgnoredWithUserError extends java.lang.Object implements java.lang.annotation.Annotation, org.junit.Ignore
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description IgnoredWithUserError(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()booleanequals(java.lang.Object obj)private booleanequalValue(org.junit.Ignore ignore)inthashCode()java.lang.StringtoString()java.lang.Stringvalue()
-
-
-
Method Detail
-
value
public java.lang.String value()
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.lang.annotation.Annotation- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacejava.lang.annotation.Annotation- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfacejava.lang.annotation.Annotation- Overrides:
toStringin classjava.lang.Object
-
equalValue
private boolean equalValue(org.junit.Ignore ignore)
-
-