Uses of Class
org.assertj.core.api.SoftAssertions
-
Packages that use SoftAssertions Package Description org.assertj.core.api -
-
Uses of SoftAssertions in org.assertj.core.api
Subclasses of SoftAssertions in org.assertj.core.api Modifier and Type Class Description classAutoCloseableSoftAssertionsA version ofSoftAssertionsthat uses try-with-resources statement to automatically callassertAll()so that you don't forget to.Methods in org.assertj.core.api with parameters of type SoftAssertions Modifier and Type Method Description voidSoftAssertions. assertAlso(SoftAssertions softly)Add all assertion errors ofsoftlyargument to currentinstance.SoftAssertionsMethod parameters in org.assertj.core.api with type arguments of type SoftAssertions Modifier and Type Method Description static voidSoftAssertions. assertSoftly(Consumer<SoftAssertions> softly)Use this to avoid having to call assertAll manually.
-