}
public void testInvoke03Sample() {
try {
SCXML scxml = SCXMLParser.parse(invoke03,
new SimpleErrorHandler());
exec = new SCXMLExecutor(new JexlEvaluator(), new SimpleDispatcher(),
new SimpleErrorReporter());
assertNotNull(exec);
exec.setRootContext(new JexlContext());
exec.setStateMachine(scxml);