public class InvokedMethod extends Object implements IInvokedMethod
| Constructor and Description |
|---|
InvokedMethod(long date,
ITestResult testResult) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDate() |
ITestNGMethod |
getTestMethod() |
ITestResult |
getTestResult() |
boolean |
isConfigurationMethod() |
boolean |
isTestMethod() |
String |
toString() |
public InvokedMethod(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 © 2025. All rights reserved.