Uses of Interface
org.assertj.core.api.Java6BDDSoftAssertionsProvider
-
Packages that use Java6BDDSoftAssertionsProvider Package Description org.assertj.core.api -
-
Uses of Java6BDDSoftAssertionsProvider in org.assertj.core.api
Subinterfaces of Java6BDDSoftAssertionsProvider in org.assertj.core.api Modifier and Type Interface Description interfaceBDDSoftAssertionsProviderClasses in org.assertj.core.api that implement Java6BDDSoftAssertionsProvider Modifier and Type Class Description classAutoCloseableBDDSoftAssertionsA version ofBDDSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.classBDDSoftAssertionsSuppose we have a test case and in it we'd like to make numerous BDD assertions.classJava6BDDSoftAssertionsDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classJava6JUnitBDDSoftAssertionsDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classJUnitBDDSoftAssertionsSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:classJUnitJupiterBDDSoftAssertionsDeprecated.useSoftAssertionsExtensioninstead.
-