citrus
citrus copied to clipboard
Add SshMessage
User story As a Citrus user, I want to be able to create messages for my SSH Communication without a helper function.
Additional context
The issue is based on https://github.com/citrusframework/citrus/issues/666.
It would be enough to create a SshMessage class in the citrus-ssh module, wrapping the SshRequest and SshResponse logic as well as the DefaultMessage creation from the helper function from this comment.