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 IInvokedMethod
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
Copyright © 2018. All rights reserved.