Package | Description |
---|---|
org.testng.internal.reflect |
Modifier and Type | Field and Description |
---|---|
static Set<InjectableParameter> |
InjectableParameter.Assistant.ALL_INJECTS |
static Set<InjectableParameter> |
InjectableParameter.Assistant.NONE |
Modifier and Type | Method and Description |
---|---|
static InjectableParameter |
InjectableParameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InjectableParameter[] |
InjectableParameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<Set<InjectableParameter>> |
AbstractNodeMethodMatcher.getConformanceInjectsOrder() |
protected List<Set<InjectableParameter>> |
ArrayEndingMethodMatcher.getConformanceInjectsOrder() |
protected List<Set<InjectableParameter>> |
DirectMethodMatcher.getConformanceInjectsOrder() |
Modifier and Type | Method and Description |
---|---|
static Parameter[] |
ReflectionRecipes.filter(Parameter[] parameters,
Set<InjectableParameter> filters)
Omits 1.
|
static Object[] |
ReflectionRecipes.inject(Parameter[] parameters,
Set<InjectableParameter> filters,
Object[] args,
Constructor constructor,
ITestContext context,
ITestResult testResult)
Injects appropriate arguments.
|
static Object[] |
ReflectionRecipes.inject(Parameter[] parameters,
Set<InjectableParameter> filters,
Object[] args,
Method injectionMethod,
ITestContext context,
ITestResult testResult)
Injects appropriate arguments.
|
Copyright © 2018. All rights reserved.