This class is a generic test for implementations of the
ThrowableList interface. Instead of testing each implementation by its own, the common
pattern of all these exceptions is used to define tests on all of them.
See Also: ThrowableList author: Heiko Blau
Method Summary
public static void
run(String[] tests, String[] args) The method looks for an explicitely given TestRunner type in the first
element of the given argument array.
The method looks for an explicitely given TestRunner type in the first
element of the given argument array. Valid values are:
swingui: use the class
junit.swingui.TestRunner
awtui: use the class
junit.awtui.TestRunner
textui: use the class
junit.textui.TestRunner
If no type is given the method will use an
junit.textui.TestRunner instance.
Parameters: tests - an array containing the test classes to run Parameters: args - the command line arguments