@Test
public void expectationExpectedAnyNumberOfTimesIsMarkedAsSuch() {
ClientDriverExpectation expectation = new ClientDriverExpectation(PAIR);
expectation.anyTimes();
assertThat(expectation.shouldMatchAnyTimes(), is(true));
}
@Test
public void expectationExpectedAnyNumberOfTimesIsNotSatisfied() {
ClientDriverExpectation expectation = new ClientDriverExpectation(PAIR);