Package mondrian.test

Class MondrianServerTest


  • public class MondrianServerTest
    extends TestCase
    Test suite for server functionality in MondrianServer.
    Since:
    2010/11/22
    Author:
    jhyde
    • Constructor Detail

      • MondrianServerTest

        public MondrianServerTest()
    • Method Detail

      • testEmbedded

        public void testEmbedded()
        Tests an embedded server.
      • testStringRepository

        public void testStringRepository()
                                  throws java.net.MalformedURLException
        Tests a server with its own repository.
        Throws:
        java.net.MalformedURLException
      • testRepository

        public void testRepository()
                            throws java.net.MalformedURLException,
                                   java.sql.SQLException
        Tests a server that reads its repository from a file URL.
        Throws:
        java.net.MalformedURLException
        java.sql.SQLException
      • testRepositoryWithBadCatalog

        public void testRepositoryWithBadCatalog()
                                          throws java.lang.Exception
        Tests a server that reads its repository from a file URL.
        Throws:
        java.lang.Exception