public class FloatColumnTest
extends java.lang.Object
Constructor and Description |
---|
FloatColumnTest() |
Modifier and Type | Method and Description |
---|---|
void |
tesMod() |
void |
testAbs() |
void |
testApplyFilter() |
void |
testClear() |
void |
testCountMissing() |
void |
testCountUnique() |
void |
testCubeAndCbrt() |
void |
testDifference() |
void |
testDifferenceNegative() |
void |
testDifferencePositive() |
void |
testEmptyCopy() |
void |
testIsEqualTo() |
void |
testIsGreaterThan() |
void |
testIsLessThan() |
void |
testIsMissingAndIsNotMissing() |
void |
testLog10() |
void |
testLog1p() |
void |
testLogN() |
void |
testMaxAndMin() |
void |
testNeg() |
void |
testRound() |
void |
testSize() |
void |
testSort() |
void |
testSort1() |
void |
testSortAndApplyFilter1() |
void |
testSquareAndSqrt() |
void |
testType() |
void |
testUnique() |
public void testApplyFilter()
public void testSortAndApplyFilter1()
public void testSort1() throws java.lang.Exception
java.lang.Exception
public void testIsLessThan()
public void testIsGreaterThan()
public void testSort()
public void testIsEqualTo()
public void testMaxAndMin()
public void testRound()
public void testLogN()
public void testLog10()
public void testLog1p()
public void testAbs()
public void testClear()
public void testCountMissing()
public void testCountUnique()
public void testUnique()
public void testIsMissingAndIsNotMissing()
public void testEmptyCopy()
public void testSize()
public void testNeg()
public void tesMod()
public void testSquareAndSqrt()
public void testType()
public void testCubeAndCbrt()
public void testDifference()
public void testDifferencePositive()
public void testDifferenceNegative()