Save This Page
Home » jcommon-1.0.13 » org.jfree.junit » [javadoc | source]
org.jfree.junit
public class: JavaTestSuite [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.junit.JavaTestSuite
A collection of tests that I use to examine the behaviour of Java in particular situations. I expect some of these tests to fail - that doesn't always indicate a bug, only that Java doesn't work the way I might want it to.
Constructor:
 public JavaTestSuite(String name) 
    Constructs the test suite.
    Parameters:
    name - the suite name.
Method from org.jfree.junit.JavaTestSuite Summary:
suite
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.junit.JavaTestSuite Detail:
 public static Test suite() 
    Returns a test suite to the JUnit test runner.