notifier.fireTestStarted(description);
TestResult result = new TestResult();
try {
if (SIMULATED) {
iocClientTestCase.gwtSetUp();
method.invoke(getInstance());
}
else {
iocClientTestCase.setName(method.getName());
JUnitShell.runTest(iocClientTestCase, result);