Searched refs:invokedMethod (Results 1 - 6 of 6) 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.java38 Method invokedMethod,
43 createMockitoMethod(invokedMethod),
96 @Origin Method invokedMethod,
104 invokedMethod,
115 @Origin Method invokedMethod,
122 invokedMethod,
37 doIntercept(Object mock, Method invokedMethod, Object[] arguments, InterceptedInvocation.SuperMethod superMethod) argument
94 interceptSuperCallable(@his Object mock, @FieldValue(�) MockMethodInterceptor interceptor, @Origin Method invokedMethod, @AllArguments Object[] arguments, @SuperCall(serializableProxy = true) Callable<?> superCall) argument
112 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.java196 * @return struct containing either {@code invokedMethod} or {@code invokedMethod} and a handle
197 * representing the bridge method that will be generated for {@code invokedMethod}.
199 private MethodReferenceBridgeInfo queueUpBridgeMethodIfNeeded(Handle invokedMethod) argument
201 if (invokedMethod.getName().startsWith("lambda$")) {
203 return MethodReferenceBridgeInfo.noBridge(invokedMethod);
206 // invokedMethod is a method reference if we get here
207 Executable invoked = findTargetMethod(invokedMethod);
208 if (isVisibleToLambdaClass(invoked, invokedMethod.getOwner())) {
210 return MethodReferenceBridgeInfo.noBridge(invokedMethod);
274 findTargetMethod(Handle invokedMethod) argument
298 invokeOpcode(Handle invokedMethod) argument
[all...]
/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.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/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 3608 milliseconds