Contact Us 1-800-596-4880

MUnit Cookbook

This section links to examples that demonstrate common MUnit usages.

Example Description

Learn how to mock test code for your MUnit tests.

Learn how to mock a processor that can return different payloads.

Learn how to mock expected errors in your code.

Learn how to load different environment values to your MUnit tests.

Learn how to use custom Java classes in you MUnit tests.

Learn how to configure an FTP utility to test your FTP server connections.

Learn how to configure a database utility to test your database connections.

Learn how to configure MUnit to run against a patched Mule runtime engine version.

Learn how to test Mule applications that inherit a Mule domain.

Learn how to test a flow that is triggered by an scheduler.

Learn how to use the MUnit test recorder.