Uses of Interface
org.testng.internal.invokers.InvokedMethodListenerInvoker.InvocationStrategy
-
Packages that use InvokedMethodListenerInvoker.InvocationStrategy Package Description org.testng.internal.invokers -
-
Uses of InvokedMethodListenerInvoker.InvocationStrategy in org.testng.internal.invokers
Classes in org.testng.internal.invokers that implement InvokedMethodListenerInvoker.InvocationStrategy Modifier and Type Class Description private static classInvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategyprivate static classInvokedMethodListenerInvoker.InvokeAfterInvocationWithoutContextStrategyprivate static classInvokedMethodListenerInvoker.InvokeBeforeInvocationWithContextStrategyprivate static classInvokedMethodListenerInvoker.InvokeBeforeInvocationWithoutContextStrategyFields in org.testng.internal.invokers with type parameters of type InvokedMethodListenerInvoker.InvocationStrategy Modifier and Type Field Description private static java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy>InvokedMethodListenerInvoker. INVOKE_WITH_CONTEXT_STRATEGIESprivate static java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy>InvokedMethodListenerInvoker. INVOKE_WITHOUT_CONTEXT_STRATEGIESprivate static java.util.Map<InvokedMethodListenerSubtype,java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy>>InvokedMethodListenerInvoker. strategiesMethods in org.testng.internal.invokers that return InvokedMethodListenerInvoker.InvocationStrategy Modifier and Type Method Description private InvokedMethodListenerInvoker.InvocationStrategyInvokedMethodListenerInvoker. obtainStrategyFor(IInvokedMethodListener listenerInstance, InvokedMethodListenerMethod listenerMethod)
-