What problem does it solve?
Ecotone testing often requires a reliable bootstrap, controlled environments, and repeatable patterns to validate handlers, aggregates, projections, and event-sourced flows. This Skill provides structured guidance and ready-to-run examples for in-process testing with EcotoneLite::bootstrapFlowTesting and bootstrapFlowTestingWithEventStore, including asynchronous processing and projection workflows.
Core Features & Use Cases
- In-process test bootstrapping using EcotoneLite::bootstrapFlowTesting and EcotoneLite::bootstrapFlowTestingWithEventStore.
- Async-tested-synchronously patterns with SimpleMessageChannelBuilder and ExecutionPollingMetadata.
- Projection testing, recorded messages inspection, and end-to-end validation for event-sourced and state-stored components.
- Debugging guidance for common test failures and ModulePackageList configuration to tailor test packages.
Quick Start
Bootstrap Ecotone test environment by calling EcotoneLite::bootstrapFlowTesting with your handler class and a test container.