assertSame(third.getLocation(), reporterStub.location);
}
@Test
public void shouldReportTooManyActual() throws Exception {
finderStub.actualToReturn.add(new InvocationBuilder().toInvocation());
finderStub.actualToReturn.add(new InvocationBuilder().toInvocation());
checker.check(invocations, wanted, 1);
assertEquals(2, reporterStub.actualCount);
assertEquals(1, reporterStub.wantedCount);