Class PojoTestSetExecutor

java.lang.Object
org.apache.maven.surefire.junit.PojoTestSetExecutor
All Implemented Interfaces:
SurefireTestSetExecutor

public class PojoTestSetExecutor extends Object implements SurefireTestSetExecutor
Executes a JUnit3 test class
  • Constructor Details

    • PojoTestSetExecutor

      public PojoTestSetExecutor(org.apache.maven.surefire.junit.JUnit3Reporter reporter)
  • Method Details

    • execute

      public void execute(Class<?> testClass, ClassLoader loader) throws org.apache.maven.surefire.api.testset.TestSetFailedException
      Specified by:
      execute in interface SurefireTestSetExecutor
      Throws:
      org.apache.maven.surefire.api.testset.TestSetFailedException