Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/
DBDDMockito.java261 void shouldHaveNoMoreInteractions(); in shouldHaveNoMoreInteractions() method
316 public void shouldHaveNoMoreInteractions() { in shouldHaveNoMoreInteractions() method in BDDMockito.ThenImpl
/external/mockito/src/test/java/org/mockitousage/customization/
DBDDMockitoTest.java263 then(mock).shouldHaveNoMoreInteractions(); in should_pass_for_expected_behavior_that_happened()
289 then(mock).shouldHaveNoMoreInteractions(); in should_fail_when_mock_had_more_interactions_than_expected()