Package mondrian.rolap.agg
Class DenseIntSegmentBodyTest
- java.lang.Object
-
- TestCase
-
- mondrian.rolap.agg.DenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
-
- mondrian.rolap.agg.DenseIntSegmentBodyTest
-
public class DenseIntSegmentBodyTest extends DenseSegmentBodyTestBase<DenseIntSegmentBody,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) Integer
createNonNullValue()
(package private) Integer
createNullValue()
(package private) DenseIntSegmentBody
createSegmentBody(BitSet nullValues, Object array, List<Pair<SortedSet<Comparable>,Boolean>> axes)
(package private) boolean
isNull(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
Integer createNullValue()
- Specified by:
createNullValue
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
-
createNonNullValue
Integer createNonNullValue()
- Specified by:
createNonNullValue
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
-
isNull
boolean isNull(Integer value)
- Specified by:
isNull
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
-
createSegmentBody
DenseIntSegmentBody createSegmentBody(BitSet nullValues, Object array, List<Pair<SortedSet<Comparable>,Boolean>> axes)
- Specified by:
createSegmentBody
in classDenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
-
-