notifier.fireTestStarted(d);
Statement statement;
if (this.testScript == null) {
try {
statement = new InvokeMethod(new FrameworkMethod(this.instance.getClass().getMethod(child)), this.instance);
} catch (NoSuchMethodException e) {
notifier.fireTestFailure(new Failure(d, e));
statement = null;
}
} else {