| org.jfree.experimental.chart.plot.dial.junit.DialPackageTests
DialPackageTests | public class DialPackageTests extends TestCase (Code) | | A collection of tests for the
org.jfree.experimental.chart.plot.dial 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. |
DialPackageTests | public DialPackageTests(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. |
|
|