Class SchemeFactoryTest

Synopsis

 public class SchemeFactoryTest {
  public SchemeFactoryTest();
  public void createScheme()
    throws URISyntaxException, IOException;

  public void createConnectedSchemes()
    throws URISyntaxException, IOException;

  public void testNull()
    throws IOException;

}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> test.SchemeFactoryTest