Package net.sf.pipet.test

Examples of net.sf.pipet.test.FakeModule


  @Test
  public void testRun()
    throws Exception
  {
    PipelineSimulator data = PipelineSimulator.parseURL(ClassLoader.getSystemResource(CFG_TEST), cf);
    fmp.addModule("test-pipeline", new FakeModule(data));

    data.run(new OutputStreamMessenger(System.err));
  }
View Full Code Here

TOP

Related Classes of net.sf.pipet.test.FakeModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.