}
@Test
public void expectationExpectedAnyNumberOfTimesIsNotSatisfied() {
ClientDriverExpectation expectation = new ClientDriverExpectation(PAIR);
expectation.anyTimes();
assertThat(expectation.isSatisfied(), is(false));
}
@Test
public void expectationExpectedAnyNumberOfTimesHasCorrectStatusString() {