Package mondrian.test
Class MondrianServerTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.MondrianServerTest
-
public class MondrianServerTest extends TestCaseTest suite for server functionality inMondrianServer.- Since:
- 2010/11/22
- Author:
- jhyde
-
-
Constructor Summary
Constructors Constructor Description MondrianServerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEmbedded()Tests an embedded server.voidtestRepository()Tests a server that reads its repository from a file URL.voidtestRepositoryWithBadCatalog()Tests a server that reads its repository from a file URL.voidtestStringRepository()Tests a server with its own repository.
-
-
-
Method Detail
-
testEmbedded
public void testEmbedded()
Tests an embedded server.
-
testStringRepository
public void testStringRepository() throws MalformedURLExceptionTests a server with its own repository.- Throws:
MalformedURLException
-
testRepository
public void testRepository() throws MalformedURLException, SQLExceptionTests a server that reads its repository from a file URL.- Throws:
MalformedURLExceptionSQLException
-
-