Searched refs:shouldHaveZeroInteractions (Results 1 – 2 of 2) sorted by relevance
268 then(mock).shouldHaveZeroInteractions(); in should_validate_that_mock_did_not_have_any_interactions()276 then(mock).shouldHaveZeroInteractions(); in should_fail_when_mock_had_unwanted_interactions()335 then(police).shouldHaveZeroInteractions(); in should_pass_fluent_bdd_scenario()
255 void shouldHaveZeroInteractions(); in shouldHaveZeroInteractions() method308 public void shouldHaveZeroInteractions() { in shouldHaveZeroInteractions() method in BDDMockito.ThenImpl