Save This Page
Home » jcommon-1.0.13 » org.jfree » data » category » junit » [javadoc | source]
org.jfree.data.category.junit
public class: DataCategoryPackageTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.data.category.junit.DataCategoryPackageTests
Some tests for the org.jfree.data.category package that can be run using JUnit. You can find more information about JUnit at http://www.junit.org.
Constructor:
 public DataCategoryPackageTests(String name) 
    Constructs the test suite.
    Parameters:
    name - the test suite name.
Method from org.jfree.data.category.junit.DataCategoryPackageTests Summary:
main,   suite
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.data.category.junit.DataCategoryPackageTests Detail:
 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.