Class JUnit4TestRecognizer

  • All Implemented Interfaces:
    JUnitTestRecognizer

    @Deprecated
    public final class JUnit4TestRecognizer
    extends java.lang.Object
    implements JUnitTestRecognizer
    Deprecated.
    - Support for running JUnit tests stands deprecated as of TestNG 7.7.0
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean isTest​(java.lang.Class c)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JUnit4TestRecognizer

        public JUnit4TestRecognizer()
        Deprecated.
    • Method Detail