private static class JUnit4Reflector.IgnoredWithUserError
extends java.lang.Object
implements java.lang.annotation.Annotation, org.junit.Ignore
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
value |
| Constructor and Description |
|---|
IgnoredWithUserError() |
IgnoredWithUserError(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
boolean |
equals(java.lang.Object obj) |
private boolean |
equalValue(org.junit.Ignore ignore) |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
value() |
public IgnoredWithUserError(java.lang.String value)
public IgnoredWithUserError()
public java.lang.String value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotationpublic int hashCode()
hashCode in interface java.lang.annotation.AnnotationhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in interface java.lang.annotation.Annotationequals in class java.lang.Objectpublic java.lang.String toString()
toString in interface java.lang.annotation.AnnotationtoString in class java.lang.Objectprivate boolean equalValue(org.junit.Ignore ignore)