Uses of Class
org.assertj.core.api.BDDSoftAssertions
-
Packages that use BDDSoftAssertions Package Description org.assertj.core.api -
-
Uses of BDDSoftAssertions in org.assertj.core.api
Subclasses of BDDSoftAssertions in org.assertj.core.api Modifier and Type Class Description class
AutoCloseableBDDSoftAssertions
A version ofBDDSoftAssertions
that 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 BDDSoftAssertions Modifier and Type Method Description static void
BDDSoftAssertions. thenSoftly(java.util.function.Consumer<BDDSoftAssertions> softly)
Convenience method for callingSoftAssertionsProvider.assertSoftly(java.lang.Class<S>, java.util.function.Consumer<S>)
for these assertion types.
-