MuleSoft is pleased to announce the release of the MUnit 1.0 RC1! MUnit is a functional and unit testing framework for Mule which allows you to easily build tests using Anypoint Studio. With Munit you can:
-
Create your mule test by writing mule code
-
Create your mule test by writing java code.
-
Disable flow inbound endpoints
-
Disable endpoint connectors.
-
Mock outbound endpoints
-
Mock Message processors
-
Spy any message processor.
-
Verify Message processor calls.
-
Assert flow exceptions
-
Enable or disable particular tests
-
Run your tests from Anypoint Studio or Maven
-
See your assertion/error report with Mule stack trace
This release includes many new usability improvements and bug fixes, including:
-
Create test suites from RAML files for APIkit testing
-
Improved syntax for MUnit components
-
Improved wizard for creating tests
-
Support for testing Database and JMS components
-
Support for specifying JVM arguments when launching tests
-
Support for running a single test or group of tests using a file pattern
-
And many bug fixes.
JDK | JDK 1.7.0 (recommended: JDK 1.7.0_79/80), JDK 1.8 |
---|---|
OS |
MacOS 10.10.0, HP-UX 11i V3, AIX 7.1, Windows 2012 R2 Server, Windows 8.1, Solaris 11.2, RHEL 5.11, Ubuntu Server 14.04 |
MUnit is compatible with the Mule 3.6 and 3.7 runtimes. When running in Mule 3.6.x, the following items are not supported:
-
https://www.mulesoft.org/jira/browse/MU-262: ForEach loop cannot transform back from XML
-
https://www.mulesoft.org/jira/browse/MU-244 : log4j.xml will not be used out of the box.
-
Currently MUnit Maven artifacts are versioned according to the Mule runtime that will run in, however for the final GA release, versioning will channel to be decoupled and reflect the final 1.0 version.
Please see the MUnit 1.0-RC migration for how to update your tests to support the new release.
View new features and functionality
Create a way to mock intercepting message processor in particular DB connector |
|
Let MUnit run a single test, tests file or tests with a certain name pattern |
|
Add a section to the wiki listing all the mel expression we contribute |
|
Create munit stuite from RAML configuration File |
|
Create munit stuite from RAML configuration File |
|
Add support for vm arguments |
|
Change assert-not-same MP signature |
View fixed issues
Munit org.mule.api.registry.ResolverException: There are two transformers that are an exact match for input |
|
When creating a new munit test the default flow ref doesn’t get draw |
|
Java component with @OutboundHeaders, @Payload throwing NPE |
|
contains MEL functions is overwriting an actual MEL function |
|
Fix integration tests dependencies |
|
Configure munit project runs after each suite creation |
|
Create new test from studio create a wrong name |
|
Munit component doesn’t support property place holders |
|
Mock canvas, set payload doesn’t get save when loosing focus |
|
Studio XML view show schema error in mule:config |
|
MUnit editor doesn’t recognize munit schema |
|
Munit tests folder is not automatically added to classpath |
|
Cannot run MUnit test |
|
payload editor in set-message spans out of the view |
|
When creating a test for a batch module there shouldn’t be a flow ref |
|
Run as MUnit option has disapeared |
|
Missing test description error not shown on Message Flow view |
|
Remove the * from spring:import |
|
Eclipse plugin is unsigned |
|
create new test creates duplicated ids |
|
Test coverage percentage inaccurate |
|
Double click over test in munit runner does not focus on the test |
|
MunitRemoteRunner to notify ignored tests |
|
Flag ignored tests in MUnit Runner |
|
Munit runtime doesn’t get updated when esb runtime version changes |
|
Failing to launch config is not reported |
|
After running a JUnit test MUnit test result has been deleted |
|
Mandatory descriptions not being persisted |
|
Default value for attribute editors in mocks and verifis |
|
Focus new test after adding one |
|
munit-apikit-test-generator MAVEN DEP should not be added to pom |
|
One test fail and got a green bar |
|
Mocks should be allow in before tests |
|
ForEach loop cannot transform back from XML |
|
Munit maven support should add src/test/resources folder too |
|
Import project doesn’t set up munit classpath |
|
Unable to stop debugger when a test suite has no breakpoints and debugging from upper menu |
|
MUnit should not create a test suite if a flow was not chosen |
|
Random Debugger issues |
|
Make MUnit runner to skip license check |
|
Unable to run MUnit Test Suite from the XML code view |
|
Logs can not be enable in munit 3.6.x |
|
Fix classpath duplications when running munit tests |
|
Assert Equals icons are wrong |
|
Fix plugin labeling |
|
Assertion errors are being accounted as errors instead of failures |
|
Awful icon for contextual |
|
Add munit icon to context menu |
|
Remove munit icon that should show/hide production code |
|
backport mock module to 3.5.5 version of devkit |
|
"No MUnit Runtime found" alert should not appear if user wants to create/import a project with a version of mule not compatible with MUnit |
|
Re run single test doesn’t work |
|
Adds new munit version tag every time ¨Configure Munit Maven Support¨ is running |
|
Create new test suite wizard should default the file |
|
Create MUnit Test Suite doesn’t check test suite duplication |
|
Creating MUnit Test Suite editor has wrong root |
|
Add weave plugins jar to classpath when running test |
|
Execution incomplete when exception expected expression fails |
|
Should not let running more than one Test Suite at a time |
|
Assert equals fails with null and NullPayload |
|
NPE when custom assertion assertion-ref is not defined |
|
Cannot rerun test |
|
Running test suite for the first time ask for edit config |
|
Completion bar doesn’t get updated when test is ran from the toll bar |
|
When double clicking on test with error MUnit view looses test list |
|
mule-app.properties should be loaded by the mule context when running from maven |
|
MUnit plugin should ignore actions over domain projects |
|
Test suite execution interference |
|
Don’t have run again or run failed button |
|
MUnit classloader it’s not recognizing SAP linked libraries even though the application recognizes them when loading |
|
An exception is thrown whenever a pom.xml file is opened |
|
MUnit view hides tests when screen is not big |
|
Validate empty suite name |