org.apache.maven.surefire.junit
Class JUnitTestSet
java.lang.Object
org.apache.maven.surefire.junit.JUnitTestSet
- All Implemented Interfaces:
- SurefireTestSet
public final class JUnitTestSet
- extends Object
- implements SurefireTestSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitTestSet
public JUnitTestSet(Class testClass,
JUnit3Reflector reflector)
throws TestSetFailedException
- Throws:
TestSetFailedException
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-2013 The Apache Software Foundation. All Rights Reserved.