Package | Description |
---|---|
org.testng.internal.invokers |
Modifier and Type | Class and Description |
---|---|
private static class |
InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy |
private static class |
InvokedMethodListenerInvoker.InvokeAfterInvocationWithoutContextStrategy |
private static class |
InvokedMethodListenerInvoker.InvokeBeforeInvocationWithContextStrategy |
private static class |
InvokedMethodListenerInvoker.InvokeBeforeInvocationWithoutContextStrategy |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
private InvokedMethodListenerInvoker.InvocationStrategy |
InvokedMethodListenerInvoker.obtainStrategyFor(IInvokedMethodListener listenerInstance,
InvokedMethodListenerMethod listenerMethod) |