CommandScript script = new CommandScript(
"testing", set(), "profile", "module",
Arrays.asList("Hello, world!"),
map());
CommandScriptHandler handler = handler(
"command.0", shell.getAbsolutePath(),
"command.1", "@[1]");
ExecutionContext context = new ExecutionContext(
"tbatch", "tflow", "texec", ExecutionPhase.MAIN, map());
handler.execute(ExecutionMonitor.NULL, context, script);
}