public class ExtendedFrameworkMethod
extends org.junit.runners.model.FrameworkMethod
FrameworkMethod information about a test method.| Constructor and Description |
|---|
ExtendedFrameworkMethod(org.junit.runners.model.FrameworkMethod delegatee,
org.junit.Ignore virtualIgnore,
FailureExpected failureExpectedAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationType) |
java.lang.annotation.Annotation[] |
getAnnotations() |
FailureExpected |
getFailureExpectedAnnotation() |
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.Object |
invokeExplosively(java.lang.Object target,
java.lang.Object... params) |
boolean |
isShadowedBy(org.junit.runners.model.FrameworkMethod other) |
void |
validatePublicVoid(boolean isStatic,
java.util.List<java.lang.Throwable> errors) |
void |
validatePublicVoidNoArg(boolean isStatic,
java.util.List<java.lang.Throwable> errors) |
public ExtendedFrameworkMethod(org.junit.runners.model.FrameworkMethod delegatee,
org.junit.Ignore virtualIgnore,
FailureExpected failureExpectedAnnotation)
public FailureExpected getFailureExpectedAnnotation()
public java.lang.reflect.Method getMethod()
getMethod in class org.junit.runners.model.FrameworkMethodpublic java.lang.Object invokeExplosively(java.lang.Object target,
java.lang.Object... params)
throws java.lang.Throwable
invokeExplosively in class org.junit.runners.model.FrameworkMethodjava.lang.Throwablepublic java.lang.String getName()
getName in class org.junit.runners.model.FrameworkMethodpublic void validatePublicVoidNoArg(boolean isStatic,
java.util.List<java.lang.Throwable> errors)
validatePublicVoidNoArg in class org.junit.runners.model.FrameworkMethodpublic void validatePublicVoid(boolean isStatic,
java.util.List<java.lang.Throwable> errors)
validatePublicVoid in class org.junit.runners.model.FrameworkMethodpublic boolean isShadowedBy(org.junit.runners.model.FrameworkMethod other)
isShadowedBy in class org.junit.runners.model.FrameworkMethodpublic boolean equals(java.lang.Object obj)
equals in class org.junit.runners.model.FrameworkMethodpublic int hashCode()
hashCode in class org.junit.runners.model.FrameworkMethodpublic java.lang.annotation.Annotation[] getAnnotations()
getAnnotations in interface org.junit.runners.model.AnnotatablegetAnnotations in class org.junit.runners.model.FrameworkMethodpublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotation in interface org.junit.runners.model.AnnotatablegetAnnotation in class org.junit.runners.model.FrameworkMethodCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.