Project

General

Profile

Improvement #2036

Updated by Henning Blohm about 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 

 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/

Back