m.invoke(theClazz,new Class[0]);
}
};
tr.runProtected(theClazz, p);
tr.endTest(this.TEST_INSTANCE);
sresult.sampleEnd();
if (!getDoNotSetUpTearDown() && TDOWN_METHOD != null){
TDOWN_METHOD.invoke(TEST_INSTANCE,new Class[0]);
}
} catch (InvocationTargetException e) {