Consider catching all throwable in soft assertions
Open
- Dominant language
- Java
- Stars
- 2.8k
- Forks
- 788
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 36
Description
#### Summary
It might be useful to capture any kind of errors in soft assertions so that an NPE does not stop further assertions to be performed.
see https://github.com/joel-costigliola/assertj-core/pull/1817#discussion_r401295324
Contributor guide
Assessment
This issue has not been assessed yet.