public class SamplesTest extends Object
Modifier and Type | Field and Description |
---|---|
private Samples |
acc |
static org.junit.rules.TestRule |
classWatchman |
org.junit.rules.TestRule |
watchman |
Constructor and Description |
---|
SamplesTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testAdd_double()
Test of add method, of class Samples.
|
void |
testAdd_Samples()
Test of add method, of class Samples.
|
void |
testClear()
Test of clear method, of class Samples.
|
void |
testGetGeometricMean()
Test of getGeometricMean method, of class Accumulator.
|
void |
testGetHarmonicMean()
Test of getHarmonicMean method, of class Accumulator.
|
void |
testGetMean()
Test of getMean method, of class Accumulator.
|
void |
testGetRootMeanSquare()
Test of getRootMeanSquare method, of class Accumulator.
|
void |
testGetSize()
Test of getSize method, of class Accumulator.
|
void |
testGetStdDev()
Test of getStdDev method, of class Accumulator.
|
void |
testGetSum()
Test of getSum method, of class Accumulator.
|
void |
testGetSummary()
Test of getSummary method, of class Samples.
|
void |
testGetVariance()
Test of getVariance method, of class Accumulator.
|
private Samples acc
public static org.junit.rules.TestRule classWatchman
public org.junit.rules.TestRule watchman
public static void setUpClass()
public static void tearDownClass()
public void setUp()
public void tearDown()
public void testAdd_double()
public void testAdd_Samples()
public void testClear()
public void testGetSummary()
public void testGetMean()
public void testGetVariance()
public void testGetStdDev()
public void testGetRootMeanSquare()
public void testGetGeometricMean()
public void testGetHarmonicMean()
public void testGetSum()
public void testGetSize()
Copyright © 2015 University of Glasgow. All rights reserved.