org.apache.maven.surefire.suite
Interface SurefireTestSuite

All Known Implementing Classes:
AbstractDirectoryTestSuite

public interface SurefireTestSuite

A complete test suite that contains one or more test sets.

Author:
Brett Porter

Method Summary
 void execute(ReporterManagerFactory reporterManagerFactory, ClassLoader classLoader)
           
 void execute(String testSetName, ReporterManagerFactory reporterManagerFactory, ClassLoader classLoader)
           
 int getNumTests()
           
 Map locateTestSets(ClassLoader classLoader)
           
 

Method Detail

execute

void execute(ReporterManagerFactory reporterManagerFactory,
             ClassLoader classLoader)
             throws ReporterException,
                    TestSetFailedException
Throws:
ReporterException
TestSetFailedException

execute

void execute(String testSetName,
             ReporterManagerFactory reporterManagerFactory,
             ClassLoader classLoader)
             throws ReporterException,
                    TestSetFailedException
Throws:
ReporterException
TestSetFailedException

getNumTests

int getNumTests()

locateTestSets

Map locateTestSets(ClassLoader classLoader)
                   throws TestSetFailedException
Throws:
TestSetFailedException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.