Uses of Class
org.assertj.core.api.Java6AbstractBDDSoftAssertions
Packages that use Java6AbstractBDDSoftAssertions
-
Uses of Java6AbstractBDDSoftAssertions in org.assertj.core.api
Subclasses of Java6AbstractBDDSoftAssertions in org.assertj.core.apiModifier and TypeClassDescriptionclass
class
A version ofBDDSoftAssertions
that uses try-with-resources statement to automatically callBDDSoftAssertions.assertAll()
so that you don't forget to.class
Suppose we have a test case and in it we'd like to make numerous BDD assertions.class
BDD-style Android-compatible soft assertions.class
Duplicate ofJUnitBDDSoftAssertions
compatible with Android.class
Same asSoftAssertions
, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll()
, example: