Class PojoTestSet

  • All Implemented Interfaces:
    SurefireTestSet

    public class PojoTestSet
    extends java.lang.Object
    implements SurefireTestSet
    Executes a JUnit3 test class
    • Constructor Summary

      Constructors 
      Constructor Description
      PojoTestSet​(java.lang.Class<?> testClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.apache.maven.surefire.report.RunListener reportManager, 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

      • PojoTestSet

        public PojoTestSet​(java.lang.Class<?> testClass)
                    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 reportManager,
                            java.lang.ClassLoader loader)
                     throws org.apache.maven.surefire.testset.TestSetFailedException
        Specified by:
        execute in interface SurefireTestSet
        Throws:
        org.apache.maven.surefire.testset.TestSetFailedException