| Package | Description |
|---|---|
| org.mule.munit.runner.model | |
| org.mule.munit.runner.printer |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
SuiteResult.getTest(String string) |
| Modifier and Type | Method and Description |
|---|---|
List<TestResult> |
SuiteResult.getErrorTests() |
List<TestResult> |
SuiteResult.getFailingTests() |
Optional<TestResult> |
SuiteResult.getRunningTest() |
Collection<TestResult> |
SuiteResult.getTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteResult.add(String testName,
TestResult testResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlResultPrinter.printTestResult(TestResult testResult) |
void |
TextResultFilePrinter.printTestResult(TestResult testResult,
PrintStream out) |
Copyright © 2017. All rights reserved.