Package com.asakusafw.compiler.flow.example

Examples of com.asakusafw.compiler.flow.example.StickyStage


    @Test
    public void keep_sticky() throws Exception {
        TestInput<Ex1> in = tester.input(Ex1.class, "in");
        in.add(new Ex1());

        boolean result = tester.runFlow(new StickyStage(in.flow()));
        assertThat(result, is(false));
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.compiler.flow.example.StickyStage

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.