| org.jfree.util.junit.PaintUtilitiesTests
PaintUtilitiesTests | public class PaintUtilitiesTests extends TestCase (Code) | | Some tests for the
PaintUtilities class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testEqual() Some checks for the equal(Paint, Paint) method. |
PaintUtilitiesTests | public PaintUtilitiesTests(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. |
testEqual | public void testEqual()(Code) | | Some checks for the equal(Paint, Paint) method.
|
|
|