| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Method and Description |
|---|---|
static TestResult |
TestResult.newContextAwareTestResult(ITestNGMethod method,
ITestContext ctx) |
static TestResult |
TestResult.newEmptyTestResult() |
static TestResult |
TestResult.newEndTimeAwareTestResult(ITestNGMethod method,
ITestContext ctx,
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,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static TestResult |
TestResult.newTestResultFrom(TestResult result,
ITestNGMethod method,
ITestContext ctx,
long start) |
Copyright © 2025. All rights reserved.