| org.jfree.text.junit.TextPackageTests
TextPackageTests | public class TextPackageTests extends TestCase (Code) | | A collection of tests for the org.jfree.text 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. |
TextPackageTests | public TextPackageTests(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. |
|
|