public class InvokedMethod extends Object implements IInvokedMethod
| Constructor and Description |
|---|
InvokedMethod(Object instance,
ITestNGMethod method,
long date,
ITestResult testResult) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDate() |
ITestNGMethod |
getTestMethod() |
ITestResult |
getTestResult() |
boolean |
isConfigurationMethod() |
boolean |
isTestMethod() |
String |
toString() |
public InvokedMethod(Object instance, ITestNGMethod method, long date, ITestResult testResult)
public boolean isTestMethod()
isTestMethod in interface IInvokedMethodpublic boolean isConfigurationMethod()
isConfigurationMethod in interface IInvokedMethodpublic ITestNGMethod getTestMethod()
getTestMethod in interface IInvokedMethodpublic long getDate()
getDate in interface IInvokedMethodpublic ITestResult getTestResult()
getTestResult in interface IInvokedMethodCopyright © 2024. All rights reserved.