MUnit Utils :: Database Server - Mule 4 icon

MUnit Utils :: Database Server - Mule 4

(1 review)

home

One of the main problems of testing production code are external system connections. If we create a test of a piece of code that connects with a database server, we need to install a DB server in our local environment to run the tests. Another option is to have an external DB server for testing only, but the major problem with this approach is that our Maven project would not be portable — we could not send it to a third party because they would not be able to compile it without installing the DB server first.

To avoid this issue, MUnit allows you to implement a database server in your local environment.


Reviews

TypeConnector
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onJan 8, 2020
Asset overview

Asset versions for 2.0.x

Asset versions
VersionActions
2.0.2
2.0.1
2.0.0

Tags