Uses of Class
org.assertj.core.api.AbstractStandardSoftAssertions
-
Packages that use AbstractStandardSoftAssertions Package Description org.assertj.core.api -
-
Uses of AbstractStandardSoftAssertions in org.assertj.core.api
Subclasses of AbstractStandardSoftAssertions in org.assertj.core.api Modifier and Type Class Description classAutoCloseableSoftAssertionsA version ofSoftAssertionsthat uses try-with-resources statement to automatically callSoftAssertions.assertAll()so that you don't forget to.classJUnitJupiterSoftAssertionsDeprecated.useSoftAssertionsExtensioninstead.classJUnitSoftAssertionsSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:classSoftAssertionsSuppose we have a test case and in it we'd like to make numerous assertions.
-