-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
JUnit: Exception in BeforeAll/AfterAll with TestInfo parameter #19800
Comments
@famod are you planning on tackling this one? |
/cc @geoand |
famod
changed the title
JUnit: Exception in BeforeAll/AfterAll
JUnit: Exception in BeforeAll/AfterAll with TestInfo parameter
Aug 31, 2021
@geoand I will: #19482 (comment) 😉 |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Fixes quarkusio#19800 (cherry picked from commit 6ac8ad3)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Fixes quarkusio#19800 (cherry picked from commit 6ac8ad3)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 6, 2021
Fixes quarkusio#19800 (cherry picked from commit 6ac8ad3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
An exception is thrown on JUnit Before/AfterAll methods:
Expected behavior
Above test passes.
Actual behavior
How to Reproduce?
Run the above test.
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
Relates to #19751
The text was updated successfully, but these errors were encountered: