Package com.asakusafw.testdriver

Examples of com.asakusafw.testdriver.JobFlowTester.runTest()


                }
                call.set(true);
            }
        });

        tester.runTest(LineJobflow.class);

        assertThat("check mock resource", call.get(), is(true));

        File base = new File(deployer.getHome(), String.format("tmp/windgate/%s", System.getProperty("user.name")));
        assertThat("check input file", new File(base, "input.txt").isFile(), is(true));
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.