Searched defs:mock1 (Results 1 – 9 of 9) sorted by relevance
34 final List mock1 = mock(List.class); in verified_mock_can_be_replaced() local79 final List mock1 = mock(List.class); in listeners_are_executed_in_sequence() local
27 IMethods mock1 = when(mock(IMethods.class).simpleMethod(1)).thenReturn("1").getMock(); field in UnusedStubsExceptionMessageTest.HasUnnecessaryStubs
119 IMethods mock1 = when(mock(IMethods.class).simpleMethod(1)).thenReturn("1").getMock(); field in SilentRunnerTest.HasUnnecessaryStubs
31 @Mock IMethods mock1; field in UnusedStubbingsFinderTest
19 @Mock IMethods mock1; field in ArgMismatchFinderTest
159 ReadableBuffer mock1 = mock(ReadableBuffer.class); in closeShouldCloseBuffers() local
120 IReportVisitor mock1 = new MockVisitor(); in testMultiFormatter() local
27 private UnmockableHashCodeAndEquals mock1; field in HashCodeAndEqualsSafeSetTest
233 def test(this1, this2, mock1, mock2): argument