Package org.assertj.vavr.api.soft
-
Interface Summary Interface Description StandardSoftVavrAssertionsProvider -
Class Summary Class Description AutoCloseableSoftVavrAssertions A version ofSoftVavrAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.JUnitSoftVavrAssertions Same asSoftVavrAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:SoftVavrAssertions Suppose we have a test case and in it we'd like to make numerous assertions.