Uses of Class
org.testng.internal.TestResult
-
Packages that use TestResult Package Description org.testng.internal -
-
Uses of TestResult in org.testng.internal
Methods in org.testng.internal that return TestResult Modifier and Type Method Description static TestResult
TestResult. newContextAwareTestResult(ITestNGMethod method, ITestContext ctx)
static TestResult
TestResult. newEmptyTestResult()
static TestResult
TestResult. newEndTimeAwareTestResult(ITestNGMethod method, ITestContext ctx, java.lang.Throwable t, long start)
static TestResult
TestResult. newTestResultFor(ITestNGMethod method)
static TestResult
TestResult. newTestResultFrom(TestResult result, ITestNGMethod method, ITestContext ctx, long start)
static TestResult
TestResult. newTestResultWithCauseAs(ITestNGMethod method, ITestContext ctx, java.lang.Throwable t)
Methods in org.testng.internal with parameters of type TestResult Modifier and Type Method Description static TestResult
TestResult. newTestResultFrom(TestResult result, ITestNGMethod method, ITestContext ctx, long start)
-