| org.jfree.data.statistics.junit.SimpleHistogramBinTests
SimpleHistogramBinTests | public class SimpleHistogramBinTests extends TestCase (Code) | | Tests for the
SimpleHistogramBin class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testAccepts() Some checks for the accepts() method. | public void | testCloning() Some checks for the clone() method. | public void | testEquals() Ensure that the equals() method can distinguish all fields. | public void | testOverlapsWidth() Some checks for the overlapsWith() method. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
SimpleHistogramBinTests | public SimpleHistogramBinTests(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. |
testAccepts | public void testAccepts()(Code) | | Some checks for the accepts() 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.
|
testOverlapsWidth | public void testOverlapsWidth()(Code) | | Some checks for the overlapsWith() method.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|