154155156157158159160
* Resets the mock control and the mock object to the state directly after * creation. */ public final void reset() { behavior = behaviorFactory.createBehavior(); state = new RecordState(behavior); }