-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Feature] Add softly assertion support #145
Comments
Waiting for release of this fix in AssertJ https://github.com/joel-costigliola/assertj-core/pull/1352/files |
Looks like the issue listed above has been merged. |
It can not be easily implemented since AssertJ softly proxy does not proxy all our methods like |
Maybe the new AssertJ features like |
Hello, great library, is there any way to use it with softly assertions? |
Hi, unfortunatelly I do not have capacity to implement it. But if you want to try, I welcome PRs. |
Ok, thanks for answer. |
@rkarczmarczyk Do you happen to know how to make the workaround for an assertion like this?
EDIT: I figured this out. |
At this moment there is no easy way to collect Json asserts in bundle and evaluate it at the end of tests (to show all errors at one test iteration).
There is a way to create custom softly assert but it's not very convenient.
You have to do 3 steps:
The text was updated successfully, but these errors were encountered: