Uses of Interface
org.assertj.core.api.StandardSoftAssertionsProvider
Packages that use StandardSoftAssertionsProvider
-
Uses of StandardSoftAssertionsProvider in org.assertj.core.api
Classes in org.assertj.core.api that implement StandardSoftAssertionsProviderModifier and TypeClassDescriptionclassA version ofSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.classDeprecated.classSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:classSuppose we have a test case and in it we'd like to make numerous assertions.
SoftAssertionsExtensioninstead.