Searched defs:invocationOf (Results 1 - 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitoutil/
H A DTestBase.java63 protected static Invocation invocationOf(Class<?> type, String methodName, Object ... args) throws NoSuchMethodException { method in class:TestBase
72 protected static Invocation invocationOf(Class<?> type, String methodName, RealMethod realMethod) throws NoSuchMethodException { method in class:TestBase

Completed in 42 milliseconds