Package mondrian.rolap.agg
Class DenseDoubleSegmentBodyTest
- java.lang.Object
-
- TestCase
-
- mondrian.rolap.agg.DenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
- mondrian.rolap.agg.DenseDoubleSegmentBodyTest
-
public class DenseDoubleSegmentBodyTest extends DenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
- Author:
- Andrey Khayrutdinov
-
-
Field Summary
-
Fields inherited from class mondrian.rolap.agg.DenseSegmentBodyTestBase
nonNull, nullValue
-
-
Constructor Summary
Constructors Constructor Description DenseDoubleSegmentBodyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Double
createNonNullValue()
(package private) Double
createNullValue()
(package private) DenseDoubleSegmentBody
createSegmentBody(BitSet nullValues, Object array, List<Pair<SortedSet<Comparable>,Boolean>> axes)
(package private) boolean
isNull(Double 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
Double createNullValue()
- Specified by:
createNullValue
in classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
createNonNullValue
Double createNonNullValue()
- Specified by:
createNonNullValue
in classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
isNull
boolean isNull(Double value)
- Specified by:
isNull
in classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
createSegmentBody
DenseDoubleSegmentBody createSegmentBody(BitSet nullValues, Object array, List<Pair<SortedSet<Comparable>,Boolean>> axes)
- Specified by:
createSegmentBody
in classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
-