ExpectationBuilder expectations = mockFactory.createOrderedBuilder();
final ExpectedValue EXPECTS_INSTANCE_OF_REPORT =
mockFactory.expectsInstanceOf(Report.class);
final InternalExpectationMock expectation1Mock =
new InternalExpectationMock("expectation1Mock", expectations);
final InternalExpectationMock expectation2Mock =
new InternalExpectationMock("expectation2Mock", expectations);
final EventMock eventMock =
new EventMock("eventMock", expectations);
Report report = new ReportImpl();