mondrian.test
Class SimpleTestRunner
java.lang.Object
mondrian.test.SimpleTestRunner
public class SimpleTestRunner
- extends Object
Simple test runner.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTestRunner
public SimpleTestRunner()
usage
protected static void usage(String msg)
makeTestCase
protected static junit.framework.TestCase makeTestCase(String classname)
throws Exception
- Throws:
Exception
makeTestCase
protected static junit.framework.TestCase makeTestCase(String classname,
String methodname)
throws Exception
- Throws:
Exception
outputErrorInfo
protected static void outputErrorInfo(Enumeration e,
boolean quiet)
main
public static void main(String[] args)
throws Throwable
- Throws:
Throwable