Package co.cask.tigon.test

Examples of co.cask.tigon.test.FlowManager


*/
public class CountRandomTest extends TestBase {

  @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

Related Classes of co.cask.tigon.test.FlowManager

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.