Package net.sourceforge.marathon.api

Examples of net.sourceforge.marathon.api.IScriptModelClientPart


    private final MarathonMode mode;
    private Map<String, Object> fixtureProperties;

    public JavaRuntimeProfile(MarathonMode mode, String scriptText) {
        this.mode = mode;
        IScriptModelClientPart model = ScriptModelClientPart.getModel();
        fixtureProperties = model.getFixtureProperties(scriptText);
        replaceEnviron(fixtureProperties);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.api.IScriptModelClientPart

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.