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
When only the RepeatedTest method is included in the unit test, BeforeAll is executed after all the methods have been executed in a different order than expected
#4071
Closed
GaulleGL opened this issue
Oct 14, 2024
· 1 comment
I can confirm that the console output looks like that when executing in IntelliJ IDEA. However, changing the code to include timestamps and sleeps, the shown output is the following:
JUnit5 version:5.11.1
code:
Console output:
test execute
test execute
test1 execute
test1 execute
BeforeAll...
AfterAll...
The text was updated successfully, but these errors were encountered: