*/
protected void checkExpectations(MethodCall event) {
// Assess the effect of the event.
StringWriter out = new StringWriter();
Report report = new ReportImpl(out);
EventEffect effect = checkExpectations(ExpectationState.CURRENT, event, report);
if (effect == EventEffect.WOULD_FAIL
|| effect == EventEffect.WOULD_SATISFY) {