Uses of Interface
org.assertj.core.api.BDDSoftAssertionsProvider
-
Packages that use BDDSoftAssertionsProvider Package Description org.assertj.core.api -
-
Uses of BDDSoftAssertionsProvider in org.assertj.core.api
Classes in org.assertj.core.api that implement BDDSoftAssertionsProvider Modifier and Type Class Description classAutoCloseableBDDSoftAssertionsA version ofBDDSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.classBDDSoftAssertionsSuppose we have a test case and in it we'd like to make numerous BDD assertions.classJUnitBDDSoftAssertionsSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:classJUnitJupiterBDDSoftAssertionsDeprecated.useSoftAssertionsExtensioninstead.
-