public class UtilTest
extends java.lang.Object
Constructor and Description |
---|
UtilTest() |
Modifier and Type | Method and Description |
---|---|
void |
listToKeyPairEmpty() |
void |
listToKeyPairOdd() |
void |
listToKeyPairSingle() |
void |
testEven() |
void |
testMeanDouble() |
void |
testMeanEmpty() |
void |
testMeanMulti() |
void |
testMeanNegative() |
void |
testMeanSingle() |
void |
testMedianEmpty() |
void |
testMedianSingle() |
void |
testMedianThree() |
void |
testMedianTwo() |
void |
testStdDevEmptyOrONe() |
void |
testStdDevMulti() |
void |
testTwo() |
void |
testVarianceEmptyOrOne() |
void |
testVarianceMulti() |
void |
testVarianceTwo() |
public void listToKeyPairEmpty()
public void listToKeyPairSingle()
public void listToKeyPairOdd()
public void testTwo()
public void testEven()
public void testMeanEmpty()
public void testMeanSingle()
public void testMeanDouble()
public void testMeanMulti()
public void testMeanNegative()
public void testMedianEmpty()
public void testMedianSingle()
public void testMedianTwo()
public void testMedianThree()
public void testVarianceEmptyOrOne()
public void testVarianceTwo()
public void testVarianceMulti()
public void testStdDevEmptyOrONe()
public void testStdDevMulti()