| org.jfree.ui.junit.RectangleInsetsTests
RectangleInsetsTests | public class RectangleInsetsTests extends TestCase (Code) | | Tests for the
RectangleInsets class.
|
RectangleInsetsTests | public RectangleInsetsTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
main | public static void main(String[] args)(Code) | | Runs the test suite using the JUnit text-based runner.
Parameters: args - ignored. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testCreateAdjustedRectangleAbsolute | public void testCreateAdjustedRectangleAbsolute()(Code) | | Some checks for the createAdjustedRectangle() method.
|
testCreateAdjustedRectangleRelative | public void testCreateAdjustedRectangleRelative()(Code) | | Some checks for the createAdjustedRectangle() method.
|
testEquals | public void testEquals()(Code) | | Test the equals() method.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for identity.
|
|
|