Uses of Class
org.assertj.core.api.AbstractSoftAssertions
Packages that use AbstractSoftAssertions
-
Uses of AbstractSoftAssertions in org.assertj.core.api
Subclasses of AbstractSoftAssertions in org.assertj.core.apiModifier and TypeClassDescriptionclassclassclassA version ofBDDSoftAssertionsthat uses try-with-resources statement to automatically callBDDSoftAssertions.assertAll()so that you don't forget to.classA version ofSoftAssertionsthat uses try-with-resources statement to automatically callSoftAssertions.assertAll()so that you don't forget to.classSuppose we have a test case and in it we'd like to make numerous BDD assertions.classAbstractBDDSoftAssertions compatible with Android.classAbstractStandardSoftAssertions compatible with Android.classBDD-style Android-compatible soft assertions.classDuplicate ofJUnitBDDSoftAssertionscompatible with Android.classJUnitSoftAssertions rule compatible with Android.classSoft assertions compatible with Android.classSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example: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.