new ScenarioRunner( scenario,
res,
workingMemory );
SingleScenarioResult r = new SingleScenarioResult();
r.auditLog = logger.buildReport();
r.result = new ScenarioRunResult( null,
scenario );
return r;
} catch ( ClassNotFoundException e ) {
log.error( e );
throw new DetailedSerializableException( "Unable to load a required class.",