An open API service indexing awesome lists of open source software.

https://github.com/mendixlabs/javaunittestreference

Reference implementation for unit testing custom Java actions using JUnit 5 and Mockito.
https://github.com/mendixlabs/javaunittestreference

java mendix unit-testing

Last synced: 7 months ago
JSON representation

Reference implementation for unit testing custom Java actions using JUnit 5 and Mockito.

Awesome Lists containing this project

README

          

[![pipeline status](https://gitlab.rnd.mendix.com/platformcore/javaunittestreference/badges/master/pipeline.svg)](https://gitlab.rnd.mendix.com/platformcore/javaunittestreference/-/commits/master)
[![coverage report](https://gitlab.rnd.mendix.com/platformcore/javaunittestreference/badges/master/coverage.svg)](https://gitlab.rnd.mendix.com/platformcore/javaunittestreference/-/commits/master)

# JavaUnitTestReference

Reference implementation of DataHub Java unit testing setup.
Purpose of this Gitlab repository is to show how to use Gradle to execute unit tests in a Gitlab CI pipeline and visualize the results.
Note: the current version requires Mendix 9.24.3.

# Example usage

`gradle test` will execute the example unit test suite.

# Disclaimer

This component is not officially supported by Mendix.