Run modern unit tests for your custom Java actions

When it comes time to unit test your Mendix models, current solutions can deliver what you need but often require active Mendix runtime, slowing down your feedback cycles. Hear from Mendix expert, Reinout van Schouwen, on how to leverage a new technique testing your custom Java logic with modern frameworks like JUnit 5 and Mockito right from your IDE or CI pipeline. You’ll see how to set up tooling, write a few tests, and generate a report of the results and code coverage, leaving you with more insight into the quality of your software earlier in the development process.