You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, itssetUp()
andtearDown()
methods need to be annotated withorg.junit.jupiter.api.BeforeEach
andorg.junit.jupiter.api.AfterEach
, respectively.The text was updated successfully, but these errors were encountered: