Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/
DStaticMockingExperimentTest.java61 …Invocation invocation = Mockito.framework().getInvocationFactory().createInvocation(mock, withSett… in verify_static_method()
72 …Invocation verification = Mockito.framework().getInvocationFactory().createInvocation(mock, withSe… in verify_static_method()
80 …Invocation differentArg = Mockito.framework().getInvocationFactory().createInvocation(mock, withSe… in verify_static_method()
89 …Invocation invocation = Mockito.framework().getInvocationFactory().createInvocation(mock, withSett… in verification_failure_static_method()
95 …Invocation differentArg = Mockito.framework().getInvocationFactory().createInvocation(mock, withSe… in verification_failure_static_method()
107 …Invocation invocation = Mockito.framework().getInvocationFactory().createInvocation(mock, withSett… in stubbing_static_method()
119 …Invocation differentArg = Mockito.framework().getInvocationFactory().createInvocation(mock, withSe… in stubbing_static_method()
130 Invocation invocation = Mockito.framework().getInvocationFactory() in do_answer_stubbing_static_method()
139 …Invocation differentArg = Mockito.framework().getInvocationFactory().createInvocation(mock, withSe… in do_answer_stubbing_static_method()
150 …Invocation invocation = Mockito.framework().getInvocationFactory().createInvocation(mock, withSett… in verify_no_more_interactions()
[all …]
DInvocationFactoryTest.java31 Invocation invocation = Mockito.framework().getInvocationFactory().createInvocation(mock, in call_method_that_throws_a_throwable()
53 Invocation invocation = Mockito.framework().getInvocationFactory().createInvocation(mock, in call_method_that_returns_a_string()
69 Invocation invocation = Mockito.framework().getInvocationFactory().createInvocation(mock, in deprecated_api_still_works()
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DInvocationHandlerAdapter.java75 return handler.handle(Mockito.framework().getInvocationFactory().createInvocation(mock, in interceptEntryHook()
112 return handler.handle(Mockito.framework().getInvocationFactory().createInvocation(proxy,
/external/mockito/src/main/java/org/mockito/
DMockitoFramework.java94 InvocationFactory getInvocationFactory(); in getInvocationFactory() method
/external/mockito/src/main/java/org/mockito/internal/framework/
DDefaultMockitoFramework.java39 public InvocationFactory getInvocationFactory() { in getInvocationFactory() method in DefaultMockitoFramework
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DInvocationHandlerAdapter.java52 return handler.handle(Mockito.framework().getInvocationFactory().createInvocation(proxy, in invoke()