org.apache.maven.surefire.junit
Class PojoTestSet

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

public class PojoTestSet
extends Object
implements SurefireTestSet


Constructor Summary
PojoTestSet(Class testClass)
           
 
Method Summary
 void execute(RunListener reportManager, ClassLoader loader)
           
 String getName()
           
 Class getTestClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoTestSet

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

execute

public void execute(RunListener reportManager,
                    ClassLoader loader)
             throws TestSetFailedException
Specified by:
execute in interface SurefireTestSet
Throws:
TestSetFailedException

getName

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

getTestClass

public Class getTestClass()


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