| org.jfree.ui.junit.UIPackageTests
UIPackageTests | public class UIPackageTests extends TestCase (Code) | | A collection of tests for the org.jfree.ui package. These tests can be run using
JUnit (http://www.junit.org).
|
Method Summary | |
public static Test | suite() Returns a test suite to the JUnit test runner. |
UIPackageTests | public UIPackageTests(String name)(Code) | | Constructs the test suite.
Parameters: name - the suite name. |
suite | public static Test suite()(Code) | | Returns a test suite to the JUnit test runner.
The test suite. |
|
|