You can run unit tests by running their test project in the IBM App Connect
Enterprise Toolkit.
Procedure
In the Application Development view of the IBM App Connect
Enterprise Toolkit,
right-click the test project and then click Run test project:
When the test project is run, a BAR file is generated. This BAR file is automatically
deployed to an integration server, which starts with the --test-project
argument. The BAR file automatically includes any applications that are referenced by the test
project.
The BAR file that is generated is stored in the GeneratedBarFiles folder.
For example:
/GeneratedBarFiles/MyApplication_IntegrationTestproject.generated.bar
You can view the test results by switching to the JUnit view in the Toolkit. The test
results are displayed in the JUnit results panel.
You can see the output from the integration server console by switching to the Console
view.