public final class TestNGUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static InvokedMethodInformation |
getInvokedMethodInformation(org.testng.IInvokedMethod method,
org.testng.ITestResult result)
This method helps in creating a Test runner neutral object that represents a method.
|
public static InvokedMethodInformation getInvokedMethodInformation(org.testng.IInvokedMethod method, org.testng.ITestResult result)
method - - An IInvokedMethod that represents the current invoked method.result - - An ITestResult object that represents a test result.InvokedMethodInformation that represents the current invoked method.Copyright © 2016 PayPal Open Source. All rights reserved.