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);