Searched refs:invokedMethod (Results 1 - 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/internal/invokers/
H A DInvokedMethodListenerInvoker.java50 * @param invokedMethod the {@link IInvokedMethod} instance which should be passed to the
60 IInvokedMethod invokedMethod) {
62 strategy.callMethod(listenerInstance, invokedMethod, m_testResult, m_testContext);
76 void callMethod(LISTENER_TYPE listener, IInvokedMethod invokedMethod, ITestResult testResult, argument
82 public void callMethod(IInvokedMethodListener listener, IInvokedMethod invokedMethod, argument
84 listener.beforeInvocation(invokedMethod, testResult);
90 public void callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, argument
92 listener.beforeInvocation(invokedMethod, testResult, testContext);
98 public void callMethod(IInvokedMethodListener listener, IInvokedMethod invokedMethod, argument
100 listener.afterInvocation(invokedMethod, testResul
59 invokeListener(IInvokedMethodListener listenerInstance, IInvokedMethod invokedMethod) argument
106 callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext) argument
[all...]
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DMockMethodInterceptor.java46 Method invokedMethod,
51 invokedMethod,
59 Method invokedMethod,
63 return handler.handle(createInvocation(mock, invokedMethod, arguments, realMethod, mockCreationSettings, location));
104 @Origin Method invokedMethod,
112 invokedMethod,
123 @Origin Method invokedMethod,
130 invokedMethod,
45 doIntercept(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod) argument
58 doIntercept(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, Location location) argument
102 interceptSuperCallable(@his Object mock, @FieldValue(�) MockMethodInterceptor interceptor, @Origin Method invokedMethod, @AllArguments Object[] arguments, @SuperCall(serializableProxy = true) Callable<?> superCall) argument
120 interceptAbstract(@his Object mock, @FieldValue(�) MockMethodInterceptor interceptor, @StubValue Object stubValue, @Origin Method invokedMethod, @AllArguments Object[] arguments) argument
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DLambdaDesugaring.java225 * @return struct containing either {@code invokedMethod} or {@code invokedMethod} and a handle
226 * representing the bridge method that will be generated for {@code invokedMethod}.
228 private MethodReferenceBridgeInfo queueUpBridgeMethodIfNeeded(Handle invokedMethod) argument
230 if (invokedMethod.getName().startsWith("lambda$")) {
232 return MethodReferenceBridgeInfo.noBridge(invokedMethod);
235 // invokedMethod is a method reference if we get here
236 Executable invoked = findTargetMethod(invokedMethod);
237 if (isVisibleToLambdaClass(invoked, invokedMethod.getOwner())) {
239 return MethodReferenceBridgeInfo.noBridge(invokedMethod);
317 findTargetMethod(Handle invokedMethod) argument
340 invokeOpcode(Handle invokedMethod) argument
[all...]
/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DDefaultInvocationFactory.java35 public static InterceptedInvocation createInvocation(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, MockCreationSettings settings, Location location) { argument
38 createMockitoMethod(invokedMethod, settings),
46 private static InterceptedInvocation createInvocation(Object mock, Method invokedMethod, Object[] argument
48 return createInvocation(mock, invokedMethod, arguments, realMethod, settings, new LocationImpl());
/external/testng/src/main/java/org/testng/internal/
H A DInvoker.java487 InvokedMethod invokedMethod= new InvokedMethod(targetInstance,
493 runInvokedMethodListeners(BEFORE_INVOCATION, invokedMethod, testResult);
494 m_notifier.addInvokedMethod(invokedMethod);
535 runInvokedMethodListeners(AFTER_INVOCATION, invokedMethod, testResult);
547 private void runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod, IInvokedMethod invokedMethod, argument
556 invoker.invokeListener(currentListener, invokedMethod);
597 InvokedMethod invokedMethod = null;
609 invokedMethod= new InvokedMethod(instance,
616 // invokedMethod is used in the finally, which can be invoked if
618 // invokedMethod mus
[all...]
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 471 milliseconds