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) DoublecreateNonNullValue()(package private) DoublecreateNullValue()(package private) DenseDoubleSegmentBodycreateSegmentBody(BitSet nullValues, Object array, List<Pair<SortedSet<Comparable>,Boolean>> axes)(package private) booleanisNull(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:
createNullValuein classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
createNonNullValue
Double createNonNullValue()
- Specified by:
createNonNullValuein classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
isNull
boolean isNull(Double value)
- Specified by:
isNullin classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
createSegmentBody
DenseDoubleSegmentBody createSegmentBody(BitSet nullValues, Object array, List<Pair<SortedSet<Comparable>,Boolean>> axes)
- Specified by:
createSegmentBodyin classDenseSegmentBodyTestBase<DenseDoubleSegmentBody,Double>
-
-