Package org.rhq.bindings

Examples of org.rhq.bindings.FakeRhqFacade


public class ScriptAssertTest extends ScriptedTestBase {

    private ScriptEngine getScriptEngine() {
        try {
            return getScriptEngine(new PackageFinder(Collections.<File> emptyList()), new StandardBindings(
                new PrintWriter(System.out), new FakeRhqFacade()));
        } catch (ScriptException e) {
            fail("Could not get the script engine.", e);
            return null;
        } catch (IOException e) {
            fail("Could not get the script engine.", e);
View Full Code Here

TOP

Related Classes of org.rhq.bindings.FakeRhqFacade

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.