public class InvokedMethod extends java.lang.Object implements java.io.Serializable, IInvokedMethod
| Modifier and Type | Field and Description |
|---|---|
private long |
m_date |
private java.lang.Object |
m_instance |
private java.lang.Object[] |
m_parameters |
private ITestNGMethod |
m_testMethod |
private ITestResult |
m_testResult |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InvokedMethod(java.lang.Object instance,
ITestNGMethod method,
java.lang.Object[] parameters,
long date,
ITestResult testResult) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDate() |
ITestNGMethod |
getTestMethod() |
ITestResult |
getTestResult() |
boolean |
isConfigurationMethod() |
boolean |
isTestMethod() |
java.lang.String |
toString() |
private static final long serialVersionUID
private transient java.lang.Object m_instance
private ITestNGMethod m_testMethod
private java.lang.Object[] m_parameters
private long m_date
private ITestResult m_testResult
public InvokedMethod(java.lang.Object instance,
ITestNGMethod method,
java.lang.Object[] parameters,
long date,
ITestResult testResult)
public boolean isTestMethod()
isTestMethod in interface IInvokedMethodpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isConfigurationMethod()
isConfigurationMethod in interface IInvokedMethodpublic ITestNGMethod getTestMethod()
getTestMethod in interface IInvokedMethodpublic long getDate()
getDate in interface IInvokedMethodpublic ITestResult getTestResult()
getTestResult in interface IInvokedMethod