Interface SurefireTestSet

All Known Implementing Classes:
JUnitTestSet, PojoTestSet

public interface SurefireTestSet
Describes a single test set
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.apache.maven.surefire.report.RunListener reportManager, ClassLoader loader)
     
     
  • Method Details

    • execute

      void execute(org.apache.maven.surefire.report.RunListener reportManager, ClassLoader loader) throws org.apache.maven.surefire.testset.TestSetFailedException
      Throws:
      org.apache.maven.surefire.testset.TestSetFailedException
    • getName

      String getName()