Uses of Class
org.assertj.core.api.BDDSoftAssertions
Packages that use BDDSoftAssertions
-
Uses of BDDSoftAssertions in org.assertj.core.api
Subclasses of BDDSoftAssertions in org.assertj.core.apiModifier and TypeClassDescriptionclassA version ofBDDSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.Method parameters in org.assertj.core.api with type arguments of type BDDSoftAssertionsModifier and TypeMethodDescriptionstatic voidBDDSoftAssertions.thenSoftly(Consumer<BDDSoftAssertions> softly) Convenience method for callingSoftAssertionsProvider.assertSoftly(java.lang.Class<S>, java.util.function.Consumer<S>)for these assertion types.