Improvement #2036
Updated by Henning Blohm over 4 years ago
In theory, we should be good by implementing a Juniper extension for Z2Unit and run with Junit4 and Juniper on the same classpath
h2. Acceptance Criteria
* Implement the extension using the Junit5 "protocol"
* Preserve the Z2UnitTestRunner in a compatible form
* Enhance the log output by listing the exact test case in the logs before executing
h2. References
* Migration: https://junit.org/junit5/docs/current/user-guide/#migrating-from-junit4
* Extension: https://junit.org/junit5/docs/current/user-guide/#extensions
* Javadocs: https://junit.org/junit5/docs/current/api/