Contact Us 1-800-596-4880

MUnit 2.3.10 Release Notes

MUnit is a Mule application testing framework that enables you to easily build automated tests for your integrations and APIs.

May 6, 2022

Compatibility

Application/Service Version

Mule

4.1.1 and later

Fixed Issues

Issue ID

The ConcurrentModificationException error no longer appears when running several tests on the same queue in MUnit.

W-10624202

The MunitTools::getResourceAsString function no longer returns an error in the syntax when opening the test. This error did not occur when running the test.

W-10647714

When using Maven, MUnit tests can now run in a directory other than the default MUnit directory.

W-10647711

MUnit server now finds a new port [xxxx] to start if the address is already in use when running multiple instances of MUnit in parallel.

W-10863538

When running several tests through Maven, MUnit now provides a complete list of test error notifications to the console.

W-10846762

MUnit Maven plugin now supports additionalplugindependencies.

W-10846814

See Also