| org.jfree.junit.JavaTestSuite
JavaTestSuite | public class JavaTestSuite extends TestCase (Code) | | 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.
|
Method Summary | |
public static Test | suite() Returns a test suite to the JUnit test runner. |
JavaTestSuite | public JavaTestSuite(String name)(Code) | | Constructs the test suite.
Parameters: name - the suite name. |
suite | public static Test suite()(Code) | | Returns a test suite to the JUnit test runner.
a test suite. |
|
|