Package mondrian.test
Class Main
- java.lang.Object
-
- TestSuite
-
- mondrian.test.Main
-
public class Main extends TestSuiteMain test suite for Mondrian.The
suite()method returns a suite which contains all other Mondrian tests.- Author:
- jhyde
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMain.TerminatorTestTest that executes last.
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Entry point to run test suite from the command line.static Testsuite()Creates a TestSuite to test the whole of mondrian.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Entry point to run test suite from the command line.- Parameters:
args- Command-line parameters.
-
-