org.apache.maven.surefire.junit
Class JUnitTestSet

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

public final class JUnitTestSet
extends Object
implements SurefireTestSet


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

Constructor Detail

JUnitTestSet

public JUnitTestSet(Class testClass,
                    JUnit3Reflector reflector)
             throws TestSetFailedException
Throws:
TestSetFailedException
Method Detail

execute

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

getName

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


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