| org.jfree.chart.annotations.junit.AnnotationsPackageTests
AnnotationsPackageTests | public class AnnotationsPackageTests extends TestCase (Code) | | A collection of tests for the org.jfree.chart.annotations
package. These tests can be run using JUnit (http://www.junit.org).
|
Method Summary | |
public static void | main(String[] args) Runs the test suite using JUnit's text-based runner. | public static Test | suite() Returns a test suite to the JUnit test runner. |
AnnotationsPackageTests | public AnnotationsPackageTests(String name)(Code) | | Constructs the test suite.
Parameters: name - the suite name. |
main | public static void main(String[] args)(Code) | | Runs the test suite using JUnit's text-based runner.
Parameters: args - ignored. |
suite | public static Test suite()(Code) | | Returns a test suite to the JUnit test runner.
The test suite. |
|
|