Freeform text messages
- ../message Implementations of the Message interface
After importing the bom
:
<dependency>
<!-- textual message type -->
<groupId>com.mastercard.test.flow</groupId>
<artifactId>message-text</artifactId>
</dependency>
The unit test TextTest
contains usage examples for the message type supplied by this module.