Package mondrian.test
Class MondrianServerTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.MondrianServerTest
-
public class MondrianServerTest extends TestCase
Test 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 void
testEmbedded()
Tests an embedded server.void
testRepository()
Tests a server that reads its repository from a file URL.void
testRepositoryWithBadCatalog()
Tests a server that reads its repository from a file URL.void
testStringRepository()
Tests a server with its own repository.
-
-
-
Method Detail
-
testEmbedded
public void testEmbedded()
Tests an embedded server.
-
testStringRepository
public void testStringRepository() throws MalformedURLException
Tests a server with its own repository.- Throws:
MalformedURLException
-
testRepository
public void testRepository() throws MalformedURLException, SQLException
Tests a server that reads its repository from a file URL.- Throws:
MalformedURLException
SQLException
-
-