Closed
Description
What was nice with runners was to be able to delegate a class model logic to another runner and inherit from a full lifecycle. With JUnit 5 the extensions don't allow that and enforces you to integrate in the existing lifecycle which is a lot of work for custom @test.
Only alternative is an engine but is too impacting in terms of setup for end users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment