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