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.FrameworkMethod
public java.lang.Object invokeExplosively(java.lang.Object target, java.lang.Object... params) throws java.lang.Throwable
invokeExplosively
in class org.junit.runners.model.FrameworkMethod
java.lang.Throwable
public java.lang.String getName()
getName
in class org.junit.runners.model.FrameworkMethod
public void validatePublicVoidNoArg(boolean isStatic, java.util.List<java.lang.Throwable> errors)
validatePublicVoidNoArg
in class org.junit.runners.model.FrameworkMethod
public void validatePublicVoid(boolean isStatic, java.util.List<java.lang.Throwable> errors)
validatePublicVoid
in class org.junit.runners.model.FrameworkMethod
public boolean isShadowedBy(org.junit.runners.model.FrameworkMethod other)
isShadowedBy
in class org.junit.runners.model.FrameworkMethod
public boolean equals(java.lang.Object obj)
equals
in class org.junit.runners.model.FrameworkMethod
public int hashCode()
hashCode
in class org.junit.runners.model.FrameworkMethod
public java.lang.annotation.Annotation[] getAnnotations()
getAnnotations
in class org.junit.runners.model.FrameworkMethod
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotation
in class org.junit.runners.model.FrameworkMethod
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.