Class JUnit4SpockMethod

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

@Deprecated public class JUnit4SpockMethod extends ConstructorOrMethod
Deprecated.
- Support for Spock1.x series is being deprecated as of TestNG 7.7.0
  • Field Details

    • SPOCK_SPEC_CLASS

      private static final Class<?> SPOCK_SPEC_CLASS
      Deprecated.
    • declaringClass

      private final Class<?> declaringClass
      Deprecated.
    • description

      private final String description
      Deprecated.
  • Constructor Details

    • JUnit4SpockMethod

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