| org.jfree.chart.block.junit.RectangleConstraintTests
RectangleConstraintTests | public class RectangleConstraintTests extends TestCase (Code) | | Tests for the
RectangleConstraint class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCalculateConstrainedSize() Run some checks on the constrained size calculation. |
RectangleConstraintTests | public RectangleConstraintTests(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. |
testCalculateConstrainedSize | public void testCalculateConstrainedSize()(Code) | | Run some checks on the constrained size calculation.
|
|
|