| org.jfree.data.time.junit.DataTimePackageTests
DataTimePackageTests | public class DataTimePackageTests extends TestCase (Code) | | Some tests for the org.jfree.data.time package that can be run
using JUnit. You can find more information about JUnit at
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. |
DataTimePackageTests | public DataTimePackageTests(String name)(Code) | | Constructs the test suite.
Parameters: name - the test 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. |
|
|