Package mondrian.test

Class Main


  • public class Main
    extends TestSuite
    Main 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 class  Main.TerminatorTest
      Test that executes last.
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Entry point to run test suite from the command line.
      static Test suite()
      Creates a TestSuite to test the whole of mondrian.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point to run test suite from the command line.
        Parameters:
        args - Command-line parameters.
      • suite

        public static Test suite()
                          throws java.lang.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:
        java.lang.Exception - on error