| Package | Description |
|---|---|
| org.mule.munit.runner | |
| org.mule.munit.runner.model | |
| org.mule.munit.runner.model.builders | |
| org.mule.munit.runner.output |
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteRunner.setOutputHandler(TestOutputHandler outputHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected TestOutputHandler |
Test.outputHandler
The Output handler to be use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Suite.setOutputHandler(TestOutputHandler outputHandler) |
| Constructor and Description |
|---|
Test(BeforeTest before,
TestFlow test,
AfterTest after,
TestOutputHandler outputHandler,
MunitModule munitModule) |
| Modifier and Type | Field and Description |
|---|---|
protected TestOutputHandler |
SuiteBuilder.outputHandler |
| Modifier and Type | Method and Description |
|---|---|
SuiteBuilder |
SuiteBuilder.withOutputHandler(TestOutputHandler outputHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputHandler
Prints the description using different printers
|
Copyright © 2017. All rights reserved.