Class JUnit4SpockMethod


  • @Deprecated
    public class JUnit4SpockMethod
    extends org.testng.internal.ConstructorOrMethod
    Deprecated.
    - Support for Spock1.x series is being deprecated as of TestNG 7.7.0
    • Constructor Summary

      Constructors 
      Constructor Description
      JUnit4SpockMethod​(org.junit.runner.Description description)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getDeclaringClass()
      Deprecated.
       
      java.lang.String getName()
      Deprecated.
       
      static boolean isSpockClass​(java.lang.Class<?> testClass)
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class org.testng.internal.ConstructorOrMethod

        equals, getConstructor, getEnabled, getMethod, getParameterTypes, hashCode, setEnabled, stringifyParameterTypes
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JUnit4SpockMethod

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

      • isSpockClass

        public static boolean isSpockClass​(java.lang.Class<?> testClass)
        Deprecated.
      • getDeclaringClass

        public java.lang.Class<?> getDeclaringClass()
        Deprecated.
        Overrides:
        getDeclaringClass in class org.testng.internal.ConstructorOrMethod
      • getName

        public java.lang.String getName()
        Deprecated.
        Overrides:
        getName in class org.testng.internal.ConstructorOrMethod
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class org.testng.internal.ConstructorOrMethod