Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » block » junit » [javadoc | source]
org.jfree.chart.block.junit
public class: BlockPackageTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.chart.block.junit.BlockPackageTests
A collection of tests for the org.jfree.chart.block package.

These tests can be run using JUnit (http://www.junit.org).
Constructor:
 public BlockPackageTests(String name) 
    Constructs the test suite.
    Parameters:
    name - the suite name.
Method from org.jfree.chart.block.junit.BlockPackageTests Summary:
main,   suite
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.block.junit.BlockPackageTests 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.