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 TestResultTestResult. newContextAwareTestResult(ITestNGMethod method, ITestContext ctx)static TestResultTestResult. newEmptyTestResult()static TestResultTestResult. newEndTimeAwareTestResult(ITestNGMethod method, ITestContext ctx, java.lang.Throwable t, long start)static TestResultTestResult. newTestResultFor(ITestNGMethod method)static TestResultTestResult. newTestResultFrom(TestResult result, ITestNGMethod method, ITestContext ctx, long start)static TestResultTestResult. 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 TestResultTestResult. newTestResultFrom(TestResult result, ITestNGMethod method, ITestContext ctx, long start)
-