Class FrameworkMethodWithTestOption
- java.lang.Object
-
- org.junit.runners.model.FrameworkMember<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.model.FrameworkMethod
-
- de.mirkosertic.bytecoder.core.test.FrameworkMethodWithTestOption
-
- All Implemented Interfaces:
org.junit.runners.model.Annotatable
public class FrameworkMethodWithTestOption extends org.junit.runners.model.FrameworkMethod
-
-
Field Summary
Fields Modifier and Type Field Description private TestOption
testOption
-
Constructor Summary
Constructors Constructor Description FrameworkMethodWithTestOption(java.lang.reflect.Method method, TestOption testOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestOption
getTestOption()
-
Methods inherited from class org.junit.runners.model.FrameworkMethod
equals, getAnnotation, getAnnotations, getDeclaringClass, getMethod, getModifiers, getName, getReturnType, getType, hashCode, invokeExplosively, isShadowedBy, producesType, toString, validateNoTypeParametersOnArgs, validatePublicVoid, validatePublicVoidNoArg
-
-
-
-
Field Detail
-
testOption
private final TestOption testOption
-
-
Constructor Detail
-
FrameworkMethodWithTestOption
public FrameworkMethodWithTestOption(java.lang.reflect.Method method, TestOption testOption)
-
-
Method Detail
-
getTestOption
public TestOption getTestOption()
-
-