org.schmant.task.junit4.launcher
Class JUnit4Launcher

java.lang.Object
  extended by 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

Field Summary
static String REPORTER_FQNS_SYSTEM_PROPERTY_NAME
           
 
Constructor Summary
JUnit4Launcher()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPORTER_FQNS_SYSTEM_PROPERTY_NAME

public static final String REPORTER_FQNS_SYSTEM_PROPERTY_NAME
See Also:
Constant Field Values
Constructor Detail

JUnit4Launcher

public JUnit4Launcher()
Method Detail

main

public static void main(String[] args)