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 final TestOption
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    Methods inherited from class org.junit.runners.model.FrameworkMember

    isPublic, isStatic

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • testOption

      private final TestOption testOption
  • Constructor Details

    • FrameworkMethodWithTestOption

      public FrameworkMethodWithTestOption(Method method, TestOption testOption)
  • Method Details

    • getTestOption

      public TestOption getTestOption()