Package mondrian.rolap.agg
Class DenseIntSegmentBodyTest
- java.lang.Object
-
- TestCase
-
- mondrian.rolap.agg.DenseSegmentBodyTestBase<DenseIntSegmentBody,java.lang.Integer>
-
- mondrian.rolap.agg.DenseIntSegmentBodyTest
-
public class DenseIntSegmentBodyTest extends DenseSegmentBodyTestBase<DenseIntSegmentBody,java.lang.Integer>
- Author:
- Andrey Khayrutdinov
-
-
Field Summary
-
Fields inherited from class mondrian.rolap.agg.DenseSegmentBodyTestBase
nonNull, nullValue
-
-
Constructor Summary
Constructors Constructor Description DenseIntSegmentBodyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Integer
createNonNullValue()
(package private) java.lang.Integer
createNullValue()
(package private) DenseIntSegmentBody
createSegmentBody(java.util.BitSet nullValues, java.lang.Object array, java.util.List<Pair<java.util.SortedSet<java.lang.Comparable>,java.lang.Boolean>> axes)
(package private) boolean
isNull(java.lang.Integer value)
-
Methods inherited from class mondrian.rolap.agg.DenseSegmentBodyTestBase
testGetObject_NonNull, testGetObject_Null, testGetSize_HasNulls, testGetSize_NoNulls, testGetSize_OnlyNulls, testGetValueMap_HasNullCells_HasNullAxes, testGetValueMap_HasNullCells_NoNullAxes, testGetValueMap_NoNullCells_HasNullAxes, testGetValueMap_NoNullCells_NoNullAxes, testGetValueMap_OnlyNullCells_HasNullAxes, testGetValueMap_OnlyNullCells_NoNullAxes, withAxes, withOutAxes
-
-
-
-
Method Detail
-
createNullValue
java.lang.Integer createNullValue()
- Specified by:
createNullValue
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,java.lang.Integer>
-
createNonNullValue
java.lang.Integer createNonNullValue()
- Specified by:
createNonNullValue
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,java.lang.Integer>
-
isNull
boolean isNull(java.lang.Integer value)
- Specified by:
isNull
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,java.lang.Integer>
-
createSegmentBody
DenseIntSegmentBody createSegmentBody(java.util.BitSet nullValues, java.lang.Object array, java.util.List<Pair<java.util.SortedSet<java.lang.Comparable>,java.lang.Boolean>> axes)
- Specified by:
createSegmentBody
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,java.lang.Integer>
-
-