Package co.cask.tigon.test

Examples of co.cask.tigon.test.FlowManager.stop()


  @Test
  public void testFlow() throws Exception {
    FlowManager flowManager = deployFlow(CountRandom.class, Maps.<String, String>newHashMap());
    TimeUnit.SECONDS.sleep(5);
    flowManager.stop();
  }

}
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.