org.apache.maven.surefire.junit
Class PojoTestSet
java.lang.Object
  
org.apache.maven.surefire.junit.PojoTestSet
- All Implemented Interfaces: 
 - SurefireTestSet
 
public class PojoTestSet
- extends Object
- implements SurefireTestSet
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PojoTestSet
public PojoTestSet(Class testClass)
            throws TestSetFailedException
- Throws:
 TestSetFailedException
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.