Package mondrian.test
Class SimpleTestRunner
- java.lang.Object
-
- mondrian.test.SimpleTestRunner
-
public class SimpleTestRunner extends Object
Simple test runner.
-
-
Constructor Summary
Constructors Constructor Description SimpleTestRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
protected static TestCase
makeTestCase(String classname)
protected static TestCase
makeTestCase(String classname, String methodname)
protected static void
outputErrorInfo(Enumeration e, boolean quiet)
protected static void
usage(String msg)
-
-
-
Method Detail
-
usage
protected static void usage(String msg)
-
makeTestCase
protected static TestCase makeTestCase(String classname) throws Exception
- Throws:
Exception
-
makeTestCase
protected static TestCase makeTestCase(String classname, String methodname) throws Exception
- Throws:
Exception
-
outputErrorInfo
protected static void outputErrorInfo(Enumeration e, boolean quiet)
-
-