Uses of Class
org.testng.internal.TestResult
-
Packages that use TestResult Package Description org.testng.internal org.testng.junit -
-
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)private voidTestInvoker. runAfterGroupsConfigurations(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 TestResult Modifier and Type Method Description private TestResultJUnitTestRunner. recordResults(junit.framework.Test test, JUnitTestRunner.TestRunInfo tri)
-