citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
445 stars 135 forks source link

Improve Test API Code Generator for usage in Java #1161

Open tschlat opened 1 month ago

tschlat commented 1 month ago

User story The Citrus Test API code generator (#1156) has been developed with focus on XML. Usage in Java breaks the fluent API provided by Citrus, as it currently does not support the Builder pattern used throught Citrus Java DLS.

The Builder Pattern approach has to be added into respective templates.

When finished, check for all occurrences of TODO #1161 in Citrus code base..