Package mondrian.rolap
Class RolapSchemaPoolConcurrencyTest
- java.lang.Object
-
- TestCase
-
- mondrian.rolap.RolapSchemaPoolConcurrencyTest
-
public class RolapSchemaPoolConcurrencyTest extends TestCase
- Author:
- Andrey Khayrutdinov
-
-
Constructor Summary
Constructors Constructor Description RolapSchemaPoolConcurrencyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RolapSchema
answer(InvocationOnMock invocation)
void
setUp()
void
tearDown()
void
testFourAddersTwoRemoversTenGetters()
void
testTenAddersAndFiveRemovers()
void
testTwentyAdders()
void
testTwentySimpleGetters()
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
answer
public RolapSchema answer(InvocationOnMock invocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
testTwentyAdders
public void testTwentyAdders() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTenAddersAndFiveRemovers
public void testTenAddersAndFiveRemovers() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTwentySimpleGetters
public void testTwentySimpleGetters() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFourAddersTwoRemoversTenGetters
public void testFourAddersTwoRemoversTenGetters() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-