Package com.asakusafw.testdriver

Examples of com.asakusafw.testdriver.DefaultJobExecutor


        }
        if (configurations == null) {
            throw new IllegalArgumentException("configurations must not be null"); //$NON-NLS-1$
        }
        this.context = context;
        this.delegate = new DefaultJobExecutor(context, configurations);
        this.configurations = configurations;
        this.commandEmulators = null;
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.testdriver.DefaultJobExecutor

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.