org.schmant.task.junit4.launcher
Class JUnit4Launcher
java.lang.Object
org.schmant.task.junit4.launcher.JUnit4Launcher
public class JUnit4Launcher
- extends Object
This is a runnable class that is used to launch a JUnit4 test suite. It knows
how to configure JUnit4 RunListener
:s
from Schmant's JUnit4Reporter
:s.
This class, along with the reporters used, has to be on the classpath when
running the JUnit4 tests.
- Since:
- 0.5
- Author:
- Karl Gustafsson
- Task_package:
- org.junit.junit4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPORTER_FQNS_SYSTEM_PROPERTY_NAME
public static final String REPORTER_FQNS_SYSTEM_PROPERTY_NAME
- See Also:
- Constant Field Values
JUnit4Launcher
public JUnit4Launcher()
main
public static void main(String[] args)