| Package | Description |
|---|---|
| org.mule.munit.runner.model | |
| org.mule.munit.runner.model.builders |
| Modifier and Type | Field and Description |
|---|---|
protected TestFlow |
Test.test
The MUnit test.
|
| Constructor and Description |
|---|
Test(BeforeTest before,
TestFlow test,
AfterTest after,
MunitModule munitModule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestRunFilter.shouldRunTest(TestFlow testFlow,
List<String> testNameList,
Set<String> tags)
Define if a test should be run
|
protected Test |
SuiteBuilder.test(BeforeTest beforeTest,
TestFlow test,
AfterTest afterTest,
MunitModule munitModule)
Create a test
|
Copyright © 2018. All rights reserved.