kie-dmn/kie-dmn-test-resources/Readme.md
This module is meant to be the ultimate single-source-of truth about DMN models used for testing purposes.
The models are stored under src/test/resources, so the module has to be imported has
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-dmn-test-resources</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
to have them available.
Models are split in two categories: valid_models and _invalid_models. The former are valid models, expected to succeed the DMN validation. The latter are invalid ones, expected to have some errors, and used to check that such errors are detected by validation.
For both categories, there is a subdivision: DMNv1_x and DMNV1_5. The former are all the models created before the 1.5 implementation, that are hard to sort based on the version relates to. The latter contains models with 1.5. specific feature. In the future, for each new DMN release there will be a specific folder.