| org.jfree.chart.block.junit.BorderArrangementTests
BorderArrangementTests | public class BorderArrangementTests extends TestCase (Code) | | Tests for the
BorderArrangement class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Immutable - cloning is not necessary. | public void | testEquals() Confirm that the equals() method can distinguish all the required fields. | public void | testSerialization() Serialize an instance, restore it, and check for equality. | public void | testSizing() Run some checks on sizing. | public void | testSizingWithWidthConstraint() Run some checks on sizing when there is a fixed width constraint. |
BorderArrangementTests | public BorderArrangementTests(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) | | Immutable - cloning is not necessary.
|
testEquals | public void testEquals()(Code) | | Confirm that the equals() method can distinguish all the required fields.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
testSizing | public void testSizing()(Code) | | Run some checks on sizing.
|
testSizingWithWidthConstraint | public void testSizingWithWidthConstraint()(Code) | | Run some checks on sizing when there is a fixed width constraint.
|
|
|