interpreter, args, true, dataContext);
}
private void testExecute(String[] expectedCommand, final File testScriptFile, final String scriptInterpreter, final String[] args, final boolean argsQuoted, Map<String, Map<String, String>> dataContext) throws NodeStepException {
final Framework frameworkInstance = getFrameworkInstance();
ScriptFileNodeStepExecutor interpret = new ScriptFileNodeStepExecutor(frameworkInstance);
//setup nodeexecutor for local node
multiTestNodeExecutor testexec = new multiTestNodeExecutor();
NodeExecutorService service = NodeExecutorService.getInstanceForFramework(getFrameworkInstance());