| Package | Description |
|---|---|
| org.jboss.arquillian.test.spi |
| Modifier and Type | Method and Description |
|---|---|
static TestResult |
TestResult.failed(Throwable cause) |
static TestResult |
TestResult.flatten(Collection<TestResult> results) |
static TestResult |
TestResult.passed() |
static TestResult |
TestResult.passed(String description) |
TestResult |
TestResult.setEnd(long end)
Set the end time of the test.
|
TestResult |
TestResult.setStart(long start)
Set the start time of the test.
|
TestResult |
TestResult.setStatus(TestResult.Status status)
Deprecated.
|
TestResult |
TestResult.setThrowable(Throwable throwable) |
static TestResult |
TestResult.skipped() |
static TestResult |
TestResult.skipped(String description) |
static TestResult |
TestResult.skipped(Throwable cause) |
TestResult |
TestRunnerAdaptor.test(TestMethodExecutor testMethodExecutor)
Activate a TestMethod execution.
|
| Modifier and Type | Method and Description |
|---|---|
static TestResult |
TestResult.flatten(Collection<TestResult> results) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.