Home
last modified time | relevance | path

Searched refs:shouldHaveZeroInteractions (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/customization/
DBDDMockitoTest.java268 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()
/external/mockito/src/main/java/org/mockito/
DBDDMockito.java255 void shouldHaveZeroInteractions(); in shouldHaveZeroInteractions() method
308 public void shouldHaveZeroInteractions() { in shouldHaveZeroInteractions() method in BDDMockito.ThenImpl