codecentric / assert-object-equals-module

A Mule module to compare JSON, XML, etc. in MUnit tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assert Object Equals Anypoint Module

Mule supported versions

Mule 4.x (tested on 4.1.4 version) In case you are working with Mule 3.x, have a look here, there you find a version suitable for Mule 3.

Installation

To install this module via Maven, please add following dependency to yur pom.xml file

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

Usage

The connector can be used for Object structures or XML:

Mule example app

Mule 4 example application can be checked out here:

CI

Pipelines for this project:

Reporting Issues

We use GitLab Issues for tracking issues with this connector. You can report new issues at this link:

About

A Mule module to compare JSON, XML, etc. in MUnit tests

License:Apache License 2.0


Languages

Language:Java 100.0%