mondrian.test
Class MondrianServerTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
mondrian.test.MondrianServerTest
- All Implemented Interfaces:
- Test
public class MondrianServerTest
- extends TestCase
Test suite for server functionality in MondrianServer.
- Since:
- 2010/11/22
- Author:
- jhyde
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
MondrianServerTest
public MondrianServerTest()
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