Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/debugging/
DVerboseMockInvocationLoggerTest.java27 private DescribedInvocation stubbedInvocation = new InvocationBuilder().toInvocation(); field in VerboseMockInvocationLoggerTest
78 invocation.markStubbed(new StubInfoImpl(stubbedInvocation)); in should_print_stubbed_info_if_available()
84 .contains(stubbedInvocation.getLocation().toString()); in should_print_stubbed_info_if_available()