| org.jfree.io.junit.IOUtilsTests
IOUtilsTests | public class IOUtilsTests extends TestCase (Code) | | Creates a new test case.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCreateRelativeURL() A test for the createRelativeURL() method. |
IOUtilsTests | public IOUtilsTests()(Code) | | Constructs a new set of tests.
|
IOUtilsTests | public IOUtilsTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testCreateRelativeURL | public void testCreateRelativeURL() throws IOException(Code) | | A test for the createRelativeURL() method.
throws: IOException - if there is an I/O problem. |
|
|