public class IntegerDistributionTest extends Object
Modifier and Type | Field and Description |
---|---|
static org.junit.rules.TestRule |
classWatchman |
org.junit.rules.TestRule |
watchman |
Constructor and Description |
---|
IntegerDistributionTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testAdd()
Test of add method, of class IntegerDistribution.
|
void |
testCopy()
Test of copy method, of class IntegerDistribution.
|
void |
testGetBinContents()
Test of getBinContents method, of class IntegerDistribution.
|
void |
testGetBins()
Test of getBins method, of class IntegerDistribution.
|
void |
testGetData()
Test of getData method, of class IntegerDistribution.
|
void |
testGetNumBins()
Test of getNumBins method, of class IntegerDistribution.
|
void |
testGetRandomBin()
Test of getRandomBin method, of class IntegerDistribution.
|
void |
testGetSumCounts()
Test of getSumCounts method, of class IntegerDistribution.
|
void |
testNormaliseBins()
Test of normaliseBins method, of class IntegerDistribution.
|
void |
testReset_0args()
Test of reset method, of class IntegerDistribution.
|
void |
testReset_int()
Test of reset method, of class IntegerDistribution.
|
void |
testScaleBins()
Test of scaleBins method, of class IntegerDistribution.
|
void |
testSetData_Integer_Integer()
Test of setData method, of class IntegerDistribution.
|
void |
testSetData_Integer()
Test of setData method, of class IntegerDistribution.
|
void |
testSize()
Test of size method, of class IntegerDistribution.
|
void |
testToArray()
Test of toArray method, of class IntegerDistribution.
|
void |
testToCsv()
Test of toCsv method, of class IntegerDistribution.
|
void |
testToLongArray()
Test of toLongArray method, of class IntegerDistribution.
|
void |
testToString()
Test of toString method, of class IntegerDistribution.
|
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 testReset_int()
public void testReset_0args()
public void testAdd()
public void testGetNumBins()
public void testSetData_Integer()
public void testSetData_Integer_Integer()
public void testGetData()
public void testGetRandomBin()
public void testGetBinContents()
public void testCopy()
public void testGetSumCounts()
public void testGetBins()
public void testSize()
public void testToArray()
public void testToLongArray()
public void testScaleBins()
public void testNormaliseBins()
public void testToString()
public void testToCsv()
Copyright © 2015 University of Glasgow. All rights reserved.