org.apache.maven.surefire.testset
Class PojoTestSet

java.lang.Object
  extended by org.apache.maven.surefire.testset.AbstractTestSet
      extended by org.apache.maven.surefire.testset.PojoTestSet
All Implemented Interfaces:
SurefireTestSet

public class PojoTestSet
extends AbstractTestSet


Field Summary
protected  List testMethods
           
 
Constructor Summary
PojoTestSet(Class testClass)
           
 
Method Summary
 void execute(ReporterManager reportManager, ClassLoader loader)
           
protected  boolean executeTestMethod(Method method, Object[] args, ReporterManager reportManager)
           
protected  void executeTestMethods(ReporterManager reportManager)
           
 String getTestName(String testMethodName)
           
 void setUpFixture()
           
 void tearDownFixture()
           
 
Methods inherited from class org.apache.maven.surefire.testset.AbstractTestSet
getName, getTestClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testMethods

protected List testMethods
Constructor Detail

PojoTestSet

public PojoTestSet(Class testClass)
            throws TestSetFailedException
Throws:
TestSetFailedException
Method Detail

execute

public void execute(ReporterManager reportManager,
                    ClassLoader loader)
             throws TestSetFailedException
Throws:
TestSetFailedException

executeTestMethods

protected void executeTestMethods(ReporterManager reportManager)

executeTestMethod

protected boolean executeTestMethod(Method method,
                                    Object[] args,
                                    ReporterManager reportManager)

getTestName

public String getTestName(String testMethodName)

setUpFixture

public void setUpFixture()

tearDownFixture

public void tearDownFixture()


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