mondrian.test
Class SimpleTestRunner

java.lang.Object
  extended by mondrian.test.SimpleTestRunner

public class SimpleTestRunner
extends Object

Simple test runner.

Version:
$Id: //open/mondrian-release/3.0/testsrc/main/mondrian/test/SimpleTestRunner.java#2 $

Constructor Summary
SimpleTestRunner()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTestRunner

public SimpleTestRunner()
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)

main

public static void main(String[] args)
                 throws Throwable
Throws:
Throwable

SourceForge.net_Logo