MUnit Utils
One of the main problems of testing production code are external system connections.
MUnit provides a set of utilities for you to write your tests in a portable way and mock external system connections from your tests.
| Utility | Description | 
|---|---|
Implement a DB server in your local environment to test connections.  | 
|
Implement an FTP server in your local environment to test connections.  | 
|
Manage temporary queues during your test runs.  | 



