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.
- Host: GitHub
- URL: https://github.com/mendixlabs/javaunittestreference
- Owner: mendixlabs
- Created: 2021-06-30T21:03:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T08:43:15.000Z (over 2 years ago)
- Last Synced: 2024-04-13T17:55:35.304Z (almost 2 years ago)
- Topics: java, mendix, unit-testing
- Language: SCSS
- Homepage:
- Size: 16.2 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://gitlab.rnd.mendix.com/platformcore/javaunittestreference/-/commits/master)
[](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.