public class MethodMatcherContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Object[] |
arguments |
private java.lang.reflect.Method |
method |
private Parameter[] |
methodParameter |
private ITestContext |
testContext |
private ITestResult |
testResult |
Constructor and Description |
---|
MethodMatcherContext(java.lang.reflect.Method method,
java.lang.Object[] arguments,
ITestContext testContext,
ITestResult testResult)
Constructs a context for MethodMatchers.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArguments() |
java.lang.reflect.Method |
getMethod() |
Parameter[] |
getMethodParameter() |
ITestContext |
getTestContext() |
ITestResult |
getTestResult() |
private final java.lang.reflect.Method method
private final Parameter[] methodParameter
private final java.lang.Object[] arguments
private final ITestContext testContext
private final ITestResult testResult
public MethodMatcherContext(java.lang.reflect.Method method, java.lang.Object[] arguments, ITestContext testContext, ITestResult testResult)
method
- current method.arguments
- user arguments.testContext
- current test context.testResult
- current test results.public Parameter[] getMethodParameter()
public java.lang.reflect.Method getMethod()
public java.lang.Object[] getArguments()
public ITestContext getTestContext()
public ITestResult getTestResult()