@Override
 public void beforeTest(Method method) {
   StateHolder.transcript.add("beforeTest");
   super.beforeTest(method);
 }