Package com.asakusafw.testtools

Examples of com.asakusafw.testtools.TestDataHolder


     */
    public TestDataHolder getTestDataHolder() {
        List<Writable> source = createDatalList(inputDataSheet);
        List<Writable> expect = createDatalList(outputDataSheet);
        Class<? extends Writable> modelClass = getModelClass();
        return new TestDataHolder(source, expect, columnInfos, modelClass, rowMatchingCondition);
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.testtools.TestDataHolder

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.