Uses of Class
org.testng.internal.TestResult
Packages that use TestResult
-
Uses of TestResult in org.testng.internal
Methods in org.testng.internal that return TestResultModifier and TypeMethodDescriptionstatic TestResultTestResult.newContextAwareTestResult(ITestNGMethod method, ITestContext ctx) static TestResultTestResult.newEmptyTestResult()static TestResultTestResult.newEndTimeAwareTestResult(ITestNGMethod method, ITestContext ctx, 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, Throwable t) Methods in org.testng.internal with parameters of type TestResultModifier and TypeMethodDescriptionstatic TestResultTestResult.newTestResultFrom(TestResult result, ITestNGMethod method, ITestContext ctx, long start)