}
public void testCanAddExtraMatchers() throws Throwable {
MockInvocationMatcher mockInvocationMatcher = new MockInvocationMatcher();
InvocationMocker mocker = new InvocationMocker(new InvocationMatcher[0], new VoidStub());
mockInvocationMatcher.match.setExpected(exampleInvocation);
mockInvocationMatcher.invocation.setExpected(exampleInvocation);
mocker.addMatcher(mockInvocationMatcher);
mocker.matches(exampleInvocation);