| Package | Description |
|---|---|
| org.mule.functional.junit4 |
| Modifier and Type | Method and Description |
|---|---|
protected FlowRunner |
FunctionalTestCase.flowRunner(String flowName)
Initializes a builder to construct an event and the running context to run it through a flow.
|
FlowRunner |
FlowRunner.keepStreamsOpen()
Makes all open
cursors to not be closed when the executed flow is finished but when the test is disposed |
FlowRunner |
FlowRunner.transactionally(TransactionConfigEnum action,
TransactionFactory factory)
Configures the flow to run inside a transaction.
|
FlowRunner |
FlowRunner.withScheduler(org.mule.runtime.api.scheduler.Scheduler scheduler)
Run
Flow as a task of a given Scheduler. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.