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 class
InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy
private static class
InvokedMethodListenerInvoker.InvokeAfterInvocationWithoutContextStrategy
private static class
InvokedMethodListenerInvoker.InvokeBeforeInvocationWithContextStrategy
private static class
InvokedMethodListenerInvoker.InvokeBeforeInvocationWithoutContextStrategy
Fields 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_STRATEGIES
private static java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy>
InvokedMethodListenerInvoker. INVOKE_WITHOUT_CONTEXT_STRATEGIES
private static java.util.Map<InvokedMethodListenerSubtype,java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy>>
InvokedMethodListenerInvoker. strategies
Methods in org.testng.internal.invokers that return InvokedMethodListenerInvoker.InvocationStrategy Modifier and Type Method Description private InvokedMethodListenerInvoker.InvocationStrategy
InvokedMethodListenerInvoker. obtainStrategyFor(IInvokedMethodListener listenerInstance, InvokedMethodListenerMethod listenerMethod)
-