Unittesting for nanoflows (also native!)
Content Type: Module
Categories: Utility
Overview
Are you fan of the Unit testing module of Mendix? With this module it also structures the way you test your nanoflows. The functionality works for web and native.
Some limitations:
- It's not possible to get all the unittests automatically (like microflows that start with UT_ or Test_ so you have prepare them in 1 nanoflow to call them.
- All nanoflows will execute immediately, so if you have unittests that need more time place the JS action Wait in your tests
Documentation
Typical usage scenario
Unit test your nanoflows
Features and limitations
It needs some manual configuration
Configuration
See USE ME directory and Readme in the module
Releases
Version: 1.0.0
Framework Version: 9.24.5
Release Notes: First version