Class JUnitTestSet

    • Constructor Summary

      Constructors 
      Constructor Description
      JUnitTestSet​(java.lang.Class testClass, org.apache.maven.surefire.common.junit3.JUnit3Reflector reflector)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.apache.maven.surefire.report.RunListener reporter, java.lang.ClassLoader loader)  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • JUnitTestSet

        public JUnitTestSet​(java.lang.Class testClass,
                            org.apache.maven.surefire.common.junit3.JUnit3Reflector reflector)
                     throws org.apache.maven.surefire.testset.TestSetFailedException
        Throws:
        org.apache.maven.surefire.testset.TestSetFailedException
    • Method Detail

      • execute

        public void execute​(org.apache.maven.surefire.report.RunListener reporter,
                            java.lang.ClassLoader loader)
                     throws org.apache.maven.surefire.testset.TestSetFailedException
        Specified by:
        execute in interface SurefireTestSet
        Throws:
        org.apache.maven.surefire.testset.TestSetFailedException