public class Main
extends junit.framework.TestSuite
The suite() method returns a suite which contains all other
Mondrian tests.
| Modifier and Type | Class and Description |
|---|---|
static class |
Main.TerminatorTest
Test that executes last.
|
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void main(String[] args)
args - Command-line parameters.