Package mondrian.rolap
Class ModulosTest
- java.lang.Object
-
- TestCase
-
- mondrian.rolap.ModulosTest
-
public class ModulosTest extends TestCase
Test that the implementations of the Modulos interface are correct.- Author:
- Richard M. Emberson
-
-
Constructor Summary
Constructors Constructor Description ModulosTest()
ModulosTest(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) TupleList
newPositionList(int size)
void
testMany()
void
testOne()
void
testThree()
void
testTwo()
-
-
-
Method Detail
-
testMany
public void testMany()
-
testOne
public void testOne()
-
testTwo
public void testTwo()
-
testThree
public void testThree()
-
newPositionList
TupleList newPositionList(int size)
-
-