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 java.lang.Object
- implements SurefireTestSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEST_CASE
public static final java.lang.String TEST_CASE
- See Also:
- Constant Field Values
TEST_RESULT
public static final java.lang.String TEST_RESULT
- See Also:
- Constant Field Values
TEST_LISTENER
public static final java.lang.String TEST_LISTENER
- See Also:
- Constant Field Values
TEST
public static final java.lang.String TEST
- See Also:
- Constant Field Values
ADD_LISTENER_METHOD
public static final java.lang.String ADD_LISTENER_METHOD
- See Also:
- Constant Field Values
RUN_METHOD
public static final java.lang.String RUN_METHOD
- See Also:
- Constant Field Values
JUnitTestSet
public JUnitTestSet(java.lang.Class testClass)
throws TestSetFailedException
- Throws:
TestSetFailedException
execute
public void execute(ReporterManager reportManager,
java.lang.ClassLoader loader)
throws TestSetFailedException
- Specified by:
execute in interface SurefireTestSet
- Throws:
TestSetFailedException
getName
public java.lang.String getName()
- Specified by:
getName in interface SurefireTestSet
getTestClass
public java.lang.Class getTestClass()
- Specified by:
getTestClass in interface SurefireTestSet
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.