Package | Description |
---|---|
com.consol.citrus | |
com.consol.citrus.report |
Modifier and Type | Method and Description |
---|---|
static TestResult |
TestResult.failed(String name,
Throwable cause)
Create new test result for failed execution.
|
static TestResult |
TestResult.failed(String name,
Throwable cause,
Map<String,Object> parameters)
Create new test result with parameters for failed execution.
|
static TestResult |
TestResult.skipped(String name)
Create new test result for skipped test.
|
static TestResult |
TestResult.skipped(String name,
Map<String,Object> parameters)
Create new test result with parameters for skipped test.
|
static TestResult |
TestResult.success(String name)
Create new test result for successful execution.
|
static TestResult |
TestResult.success(String name,
Map<String,Object> parameters)
Create new test result with parameters for successful execution.
|
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setTestResult(TestResult testResult)
Sets the test result from outside.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TestResults.addResult(TestResult result)
Adds a test result to the result list.
|
void |
TestResults.ResultCallback.doWithResult(TestResult result)
Do something with the result.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.