Save This Page
Home » jcommon-1.0.13 » org.jfree.io.junit » [javadoc | source]
org.jfree.io.junit
public class: IOUtilsTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.io.junit.IOUtilsTests
Creates a new test case.
Constructor:
 public IOUtilsTests() 
 public IOUtilsTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.io.junit.IOUtilsTests Summary:
suite,   testCreateRelativeURL
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.io.junit.IOUtilsTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testCreateRelativeURL() throws IOException 
    A test for the createRelativeURL() method.