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

Support JUnit 5 (Bugzilla Bug 569968) #32

Closed
mcculls opened this issue Oct 25, 2021 · 1 comment
Closed

Support JUnit 5 (Bugzilla Bug 569968) #32

mcculls opened this issue Oct 25, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@mcculls
Copy link
Contributor

mcculls commented Oct 25, 2021

This issue was created automatically with bugzilla2github

Bugzilla Bug 569968

Date: 2020-12-30 12:24:41 -0500
From: Benjamin Bentmann <[email protected]>
To: Project Inbox <[email protected]>

Last updated: 2020-12-30 12:24:41 -0500

Comment 3213492

Date: 2020-12-30 12:24:41 -0500
From: Benjamin Bentmann <[email protected]>

It would be nice if InjectedTest also supported JUnit 5. Specifically, its setUp() and tearDown() methods need to be annotated with org.junit.jupiter.api.BeforeEach and org.junit.jupiter.api.AfterEach, respectively.

@mcculls
Copy link
Contributor Author

mcculls commented Jan 2, 2022

Fixed by #40, will be available in the upcoming 1.0 release

@mcculls mcculls closed this as completed Jan 2, 2022
@mcculls mcculls added this to the 0.9.0.M1 milestone May 10, 2022
cstamas added a commit that referenced this issue May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant