reportException(new Exception("No test() function or fixture found in the script"));
return;
}
try {
playbackStopped = false;
ddTestRunner = new DDTestRunner(console, scriptText);
} catch (Exception e) {
reportException(new Exception(e.getMessage()));
return;
}
if (ddTestRunner.hasNext()) {