Package com.asakusafw.testdriver.testing.flowpart

Examples of com.asakusafw.testdriver.testing.flowpart.InvalidFlowPart


        tester.skipPrepareOutput(true);
        tester.skipRunJobflow(true);
        tester.skipVerify(true);
        In<Simple> in = tester.input("in", Simple.class).prepare("data/invalid-in.json");
        Out<Simple> out = tester.output("out", Simple.class).verify("data/invalid-out.json", new IdentityVerifier());
        tester.runTest(new InvalidFlowPart(in, out));
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.testdriver.testing.flowpart.InvalidFlowPart

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.