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) -
Uses of TestResult in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type TestResultModifier and TypeMethodDescriptionprivate voidTestInvoker.runAfterConfigurations(TestMethodArguments arguments, XmlSuite suite, TestResult testResult) private voidTestInvoker.runConfigMethods(TestMethodArguments arguments, XmlSuite suite, TestResult testResult, ITestNGMethod[] teardownConfigMethods) -
Uses of TestResult in org.testng.junit
Methods in org.testng.junit that return TestResultModifier and TypeMethodDescriptionprivate TestResultJUnitTestRunner.recordResults(junit.framework.Test test, JUnitTestRunner.TestRunInfo tri) Deprecated.