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 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