list.add(new MethodInvocationEvent(fooMock, identifier, arguments));
return list;
}
public void testVerifiedExpecationReturnsNoReportContent() throws Exception {
Expectation expectation = createExpectation();
List events = createSatisfyingEvents();
ReportingRepeatingExpectation repeating =
new ReportingRepeatingExpectation(1, 3);