Class FrameworkMethodWithTestOption

  • All Implemented Interfaces:
    org.junit.runners.model.Annotatable

    public class FrameworkMethodWithTestOption
    extends org.junit.runners.model.FrameworkMethod
    • 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
      • 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 Detail

    • Constructor Detail

      • FrameworkMethodWithTestOption

        public FrameworkMethodWithTestOption​(java.lang.reflect.Method method,
                                             TestOption testOption)
    • Method Detail

      • getTestOption

        public TestOption getTestOption()