-
Hello all, I'm having a problem using the Before and After annotation inside a Suite. They simply do not work, they are ignored and get no error about that.
Dependencies from POM file
Can someone help me? Tks! |
Beta Was this translation helpful? Give feedback.
Answered by
sbrannen
Feb 10, 2022
Replies: 1 comment
-
The lifecycle annotations you are trying to use with your See also: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jundurian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Suite
classes currently do not have any lifecycle methods.The lifecycle annotations you are trying to use with your
@Suite
class are from JUnit Jupiter and have nothing to do with JUnit Platform suites.See also: