public class InvokedMethod extends java.lang.Object implements IInvokedMethod
Modifier and Type | Field and Description |
---|---|
private long |
m_date |
private java.lang.Object |
m_instance |
private ITestNGMethod |
m_testMethod |
private ITestResult |
m_testResult |
Constructor and Description |
---|
InvokedMethod(java.lang.Object instance,
ITestNGMethod method,
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 final java.lang.Object m_instance
private final ITestNGMethod m_testMethod
private final long m_date
private final ITestResult m_testResult
public InvokedMethod(java.lang.Object instance, ITestNGMethod method, 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