Examples of FakeModule


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
Copyright © 2018 www.massapi.com. 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.