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 IInvokedMethod
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isConfigurationMethod()
isConfigurationMethod
in interface IInvokedMethod
public ITestNGMethod getTestMethod()
getTestMethod
in interface IInvokedMethod
public long getDate()
getDate
in interface IInvokedMethod
public ITestResult getTestResult()
getTestResult
in interface IInvokedMethod