Class JUnit4TestClass

java.lang.Object
org.testng.junit.JUnitTestClass
org.testng.junit.JUnit4TestClass
All Implemented Interfaces:
IClass, ITestClass

@Deprecated public class JUnit4TestClass extends JUnitTestClass
Deprecated.
- Support for running JUnit tests stands deprecated as of TestNG 7.7.0
  • Constructor Details

    • JUnit4TestClass

      public JUnit4TestClass(org.junit.runner.Description test)
      Deprecated.
  • Method Details

    • descriptionToClass

      private static Class<?> descriptionToClass(org.junit.runner.Description test)
      Deprecated.