Package | Description |
---|---|
org.testng.internal.invokers |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<InvokedMethodListenerSubtype,java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy>> |
InvokedMethodListenerInvoker.strategies |
Modifier and Type | Method and Description |
---|---|
static InvokedMethodListenerSubtype |
InvokedMethodListenerSubtype.fromListener(IInvokedMethodListener listenerInstance) |
static InvokedMethodListenerSubtype |
InvokedMethodListenerSubtype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvokedMethodListenerSubtype[] |
InvokedMethodListenerSubtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|