Class JUnit4SpockMethod

java.lang.Object
org.testng.internal.ConstructorOrMethod
org.testng.junit.JUnit4SpockMethod

public class JUnit4SpockMethod extends ConstructorOrMethod
  • Field Details

    • SPOCK_SPEC_CLASS

      private static final Class<?> SPOCK_SPEC_CLASS
    • declaringClass

      private final Class<?> declaringClass
    • description

      private final String description
  • Constructor Details

    • JUnit4SpockMethod

      public JUnit4SpockMethod(org.junit.runner.Description description)
  • Method Details