Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 18:20
11df558

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 abstract classname.
  • 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.