Generating tests by using the ibmint generate tests command
You can use the ibmint generate tests command to generate a test project and unit tests by using recorded messages.
Before you begin
About this task
The command recursively searches for recorded message assemblies in the specified directory name, and analyzes the files that are found, identifying pairs of messages that represent the corresponding input and output messages from the invocation of the message flow node. A Java test case is then created for each pair of messages, and is written to the test project directory together with the recorded message assembly files.