Skip to content

A Mule connector for comparing object structures (Map/List) or XML in MUnit tests.

License

Notifications You must be signed in to change notification settings

rbutenuth/assert-object-equals-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assert Object Equals Anypoint Module

Maven Dependency

Add this dependency to your application pom.xml (check for newer version):

<dependency>
    <groupId>de.codecentric.mule.modules</groupId>
    <artifactId>assert-object-equals-module</artifactId>
    <version>1.2.0</version>
    <classifier>mule-plugin</classifier>
</dependency>

The module is available on Maven Central, so you don't need it to compile/install it yourself.

Usage

The connector can be used for Object structures or XML:

Release notes

1.2.0 2024-07-19

  • Switched to Java SDK 1.6.3
  • Support to run in Mule runtime with Java 17

1.1.2 2019-11-01

  • Ported from Mule 3 connector

About

A Mule connector for comparing object structures (Map/List) or XML in MUnit tests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages