| org.jfree.data.statistics.junit.SimpleHistogramDatasetTests
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testClearObservations() Some checks for the clearObservations() method. | public void | testCloning() Some checks for the clone() method. | public void | testEquals() Ensure that the equals() method can distinguish all fields. | public void | testRemoveAllBins() Some checks for the removeAllBins() method. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
SimpleHistogramDatasetTests | public SimpleHistogramDatasetTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testClearObservations | public void testClearObservations()(Code) | | Some checks for the clearObservations() method.
|
testCloning | public void testCloning()(Code) | | Some checks for the clone() method.
|
testEquals | public void testEquals()(Code) | | Ensure that the equals() method can distinguish all fields.
|
testRemoveAllBins | public void testRemoveAllBins()(Code) | | Some checks for the removeAllBins() method.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|