-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
AssertionFailedError interrupts test tree in Console and Gradle #658
Comments
Thanks for opening the issue! I'm putting it up-for-grabs for now. Do you want to give it a go? |
@marcphilipp ... I'm working on #343 at the moment (could you review what I've proposed) and had also started on #144. Since #343 is still slated for the M4 release I'd like to finish that work before I commit to any further fixes. After that I'd be happy to pick off some of the up-for-grabs (I may need to add the |
As I'm still mentally inside the tree-rendering topic, I assigned this issue to myself. |
The VerboseTreePrintingListener already handles the multiline detail message. Will move some of that logic up the hierachy. |
Fixes #658 by handling potential multi-line messages within the TreePrintingListener. Before this commit, the vertical test tree tiles were interrupted when a multi-line message was provided.
Fixes #658 by handling potential multi-line messages within the TreePrintingListener. Before this commit, the vertical test tree tiles were interrupted when a multi-line message was provided.
CONFIRMED I commented out line 30 of the ErrorCollectorJupiterDemo (
|
Overview
assertAll()
throws aMultipleFailuresError
. The example below demonstrates both these failure conditions:The output from when these tests are run via Gradle is as follows:
Deliverables
The text was updated successfully, but these errors were encountered: