Searched defs:stubbing (Results 1 – 13 of 13) sorted by relevance
39 OngoingStubbing<T> stubbing = thenReturn(value); in thenReturn() local61 OngoingStubbing<T> stubbing = null; in thenThrow() local87 OngoingStubbing<T> stubbing = thenThrow(toBeThrown); in thenThrow() local
17 public static boolean shouldBeReported(Stubbing stubbing) { in shouldBeReported()
29 Stubbing stubbing, MockCreationSettings mockSettings, Strictness testLevelStrictness) { in determineStrictness()
214 … OngoingStubbing<Future<Channel>> stubbing = Mockito.when(downstreamChannelPool.acquire(any())); in stubAcquireHealthySequence() local229 … OngoingStubbing<Future<Channel>> stubbing = Mockito.when(downstreamChannelPool.acquire(any())); in stubAcquireActiveAndKeepAlive() local266 … OngoingStubbing<Future<Channel>> stubbing = Mockito.when(downstreamChannelPool.acquire(any())); in stubAcquireTwiceFirstTimeNotKeepAlive() local
37 private final Stubbing stubbing; field in StubbingLookupNotifier.Event43 Stubbing stubbing, in Event()
52 Invocation stubbing = in multiple_matching_invocations_per_stub_plus_some_other_invocation() local
22 public void add(Invocation invocation, Invocation stubbing) { in add()
91 StubbedInvocationMatcher stubbing = invocationContainer.findAnswerFor(invocation); in handle() local
35 inline fun <T> stubbing( in stubbing() method
58 OngoingStubbing<S> stubbing = (OngoingStubbing<S>) mockingProgress.pullOngoingStubbing(); in when() local
175 OngoingStubbing<T> stubbing = (OngoingStubbing<T>) mockingProgress.pullOngoingStubbing(); in when() local
88 StubbedInvocationMatcher stubbing = in deepStub() local
357 …loadPartResponse>> stubFailedUploadPartCalls(OngoingStubbing<CompletableFuture<UploadPartResponse>… in stubFailedUploadPartCalls()