| org.jfree.chart.axis.junit.CategoryAxis3DTests
CategoryAxis3DTests | public class CategoryAxis3DTests extends TestCase (Code) | | Tests for the
CategoryAxis3D class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Confirm that cloning works. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
CategoryAxis3DTests | public CategoryAxis3DTests(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. |
testCloning | public void testCloning()(Code) | | Confirm that cloning works.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|