mondrian.test
Class Main

java.lang.Object
  extended by junit.framework.TestSuite
      extended by mondrian.test.Main
All Implemented Interfaces:
junit.framework.Test

public class Main
extends junit.framework.TestSuite

Main test suite for Mondrian.

The suite() method returns a suite which contains all other Mondrian tests.

Author:
jhyde

Nested Class Summary
static class Main.TerminatorTest
          Test that executes last.
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Entry point to run test suite from the command line.
static junit.framework.Test suite()
          Creates a TestSuite to test the whole of mondrian.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Entry point to run test suite from the command line.

Parameters:
args - Command-line parameters.

suite

public static junit.framework.Test suite()
                                  throws Exception
Creates a TestSuite to test the whole of mondrian. Methods with the signature public static Test suite() are recognized automatically by JUnit test-harnesses; see TestSuite.

Returns:
test suite
Throws:
Exception - on error

Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads