Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test an application using JUnit 4 #19

Open
aguibert opened this issue Aug 15, 2019 · 1 comment
Open

Test an application using JUnit 4 #19

aguibert opened this issue Aug 15, 2019 · 1 comment
Labels
is:enhancement New feature or request

Comments

@aguibert
Copy link
Member

User story:

As a user of this test framework, I want to test my application using JUnit 4 because I already have significant investment in JUnit 4 and do not wish to migrate to JUnit Jupiter.

Additional detail:

JUnit Jupiter is the newest version of JUnit and has a good amount of adoption. From a test framework implementor perspective, Jupiter is far more flexible and powerful than previous versions of JUnit. By default, we will use Jupiter in implementation and examples, but it should also be possible for users to use JUnit 4 (although it may be a bit clunkier).

@aguibert aguibert added the is:enhancement New feature or request label Jan 12, 2020
@appiepollo14
Copy link
Collaborator

@aguibert as junit5 is the de facto standard nowadays, is this issue still relevant for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants