Beispiel #1
0
 /**
  * Switches each mock object created by {@link #newMock(Class)} into replay mode (out of the
  * initial training mode).
  */
 protected final void replay() {
   tester.replay();
 }