Package | Description |
---|---|
org.testng.internal | |
org.testng.junit |
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,
java.lang.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,
java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
static TestResult |
TestResult.newTestResultFrom(TestResult result,
ITestNGMethod method,
ITestContext ctx,
long start) |
private void |
TestInvoker.runAfterGroupsConfigurations(TestMethodArguments arguments,
XmlSuite suite,
TestResult testResult) |
private void |
TestInvoker.runConfigMethods(TestMethodArguments arguments,
XmlSuite suite,
TestResult testResult,
ITestNGMethod[] teardownConfigMethods) |
Modifier and Type | Method and Description |
---|---|
private TestResult |
JUnitTestRunner.recordResults(junit.framework.Test test,
JUnitTestRunner.TestRunInfo tri) |