/**
  * @param testCaseClass
  * @throws IllegalAccessException
  * @see com.uphyca.testing.ActivityInstrumentationTester2#scrubClass(java.lang.Class)
  */
 protected void scrubClass(Class<?> testCaseClass) throws IllegalAccessException {
   _tester.scrubClass(testCaseClass);
 }