Package org.hibernate.testing.junit4
Class ExtendedFrameworkMethod
java.lang.Object
org.junit.runners.model.FrameworkMember<org.junit.runners.model.FrameworkMethod>
org.junit.runners.model.FrameworkMethod
org.hibernate.testing.junit4.ExtendedFrameworkMethod
- All Implemented Interfaces:
org.junit.runners.model.Annotatable
public class ExtendedFrameworkMethod
extends org.junit.runners.model.FrameworkMethod
Defines an extension to the standard JUnit
FrameworkMethod information about a test method.-
Constructor Summary
ConstructorsConstructorDescriptionExtendedFrameworkMethod(org.junit.runners.model.FrameworkMethod delegatee, org.junit.Ignore virtualIgnore, FailureExpected failureExpectedAnnotation) -
Method Summary
Modifier and TypeMethodDescriptionboolean<T extends Annotation>
TgetAnnotation(Class<T> annotationType) getName()inthashCode()invokeExplosively(Object target, Object... params) booleanisShadowedBy(org.junit.runners.model.FrameworkMethod other) voidvalidatePublicVoid(boolean isStatic, List<Throwable> errors) voidvalidatePublicVoidNoArg(boolean isStatic, List<Throwable> errors) Methods inherited from class org.junit.runners.model.FrameworkMethod
getDeclaringClass, getModifiers, getReturnType, getType, producesType, toString, validateNoTypeParametersOnArgsMethods inherited from class org.junit.runners.model.FrameworkMember
isPublic, isStatic
-
Constructor Details
-
ExtendedFrameworkMethod
public ExtendedFrameworkMethod(org.junit.runners.model.FrameworkMethod delegatee, org.junit.Ignore virtualIgnore, FailureExpected failureExpectedAnnotation)
-
-
Method Details
-
getFailureExpectedAnnotation
-
getMethod
- Overrides:
getMethodin classorg.junit.runners.model.FrameworkMethod
-
invokeExplosively
- Overrides:
invokeExplosivelyin classorg.junit.runners.model.FrameworkMethod- Throws:
Throwable
-
getName
- Overrides:
getNamein classorg.junit.runners.model.FrameworkMethod
-
validatePublicVoidNoArg
- Overrides:
validatePublicVoidNoArgin classorg.junit.runners.model.FrameworkMethod
-
validatePublicVoid
- Overrides:
validatePublicVoidin classorg.junit.runners.model.FrameworkMethod
-
isShadowedBy
public boolean isShadowedBy(org.junit.runners.model.FrameworkMethod other) - Overrides:
isShadowedByin classorg.junit.runners.model.FrameworkMethod
-
equals
- Overrides:
equalsin classorg.junit.runners.model.FrameworkMethod
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.junit.runners.model.FrameworkMethod
-
getAnnotations
- Specified by:
getAnnotationsin interfaceorg.junit.runners.model.Annotatable- Overrides:
getAnnotationsin classorg.junit.runners.model.FrameworkMethod
-
getAnnotation
- Specified by:
getAnnotationin interfaceorg.junit.runners.model.Annotatable- Overrides:
getAnnotationin classorg.junit.runners.model.FrameworkMethod
-