You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(softassert): back SoftAssert with AssertJ SoftAssertions
Replace the hand-rolled failure collection in org.testng.asserts.SoftAssert
with AssertJ's SoftAssertions engine. assertAll() now aggregates failures
using AssertJ's native "Multiple Failures" report; a custom assertAll(String)
message is kept as a prefix, and each individual failure (with its root cause)
is attached as a suppressed exception so error details remain visible.
Add org.opentest4j:opentest4j as a runtime dependency (AssertJ only declares
it as provided) so failures are aggregated as an AssertJMultipleFailuresError.
Part of #15
0 commit comments