Class PojoTestSet

java.lang.Object
org.apache.maven.surefire.junit.PojoTestSet
All Implemented Interfaces:
SurefireTestSet

public class PojoTestSet extends Object implements SurefireTestSet
Executes a JUnit3 test class
  • Constructor Details

    • PojoTestSet

      public PojoTestSet(Class<?> testClass) throws org.apache.maven.surefire.testset.TestSetFailedException
      Throws:
      org.apache.maven.surefire.testset.TestSetFailedException
  • Method Details

    • execute

      public void execute(org.apache.maven.surefire.report.RunListener reportManager, ClassLoader loader) throws org.apache.maven.surefire.testset.TestSetFailedException
      Specified by:
      execute in interface SurefireTestSet
      Throws:
      org.apache.maven.surefire.testset.TestSetFailedException
    • getName

      public String getName()
      Specified by:
      getName in interface SurefireTestSet