Testing

The pipelite-test-support module provides a fluent, BDD-style test kit for verifying Pipelite components in isolation or as end-to-end flows — without needing to wire a running container, configure real endpoints, or write boilerplate setup code.

Page Content

Introduction

Setup, the single static import, and the given / when / then chain shared by every test.

Processor Testing

Unit-testing a single Processor in complete isolation, with no runtime and no endpoints.

Flow Testing

End-to-end testing of one or more FlowDefinition objects, including intermediate step assertions.

Appendix

Full method reference for Preconditions, Actions, and Expectations.