v0.6.0
Release created on: 05.05.2024 - 18:20:42
New Features
- Implemented data model for Ant JUnit summary files as an independent data model.
- Added conversion methods from JUnit data model to generic unit testing data model.
- Added conversion methods from generic unit testing data model to JUnit data model.
- Introduced a
TestClass
layer in the JUnit data model to abstractclassname
. - Added a
Kind
field to Testsuites (root, logical, namespace, package, module, class).
This allows a JUnit Testcase and it's TestClass to be decomposed into multiple levels of Testsuites.
In reverse a fully-qualified classname can be recreated by searching from Testcase upwards until a logical Testsuite is found.
Changes
- Bumped dependencies.
- Remove support of nested Testsuites from the JUnit data model.
Bug Fixes
None
Unit Tests
- Added many new unit tests for the JUnit data model.