Uses of Interface
org.assertj.core.api.InstanceOfAssertFactories
-
Packages that use InstanceOfAssertFactories Package Description org.assertj.core.api -
-
Uses of InstanceOfAssertFactories in org.assertj.core.api
Subinterfaces of InstanceOfAssertFactories in org.assertj.core.api Modifier and Type Interface Description interfaceWithAssertionsA unified entry point to all non-deprecated assertions from both the new Java 8 core API and the pre-Java 8 core API.Classes in org.assertj.core.api that implement InstanceOfAssertFactories Modifier and Type Class Description classAbstractBDDSoftAssertionsclassAbstractSoftAssertionsclassAbstractStandardSoftAssertionsclassAssertionsEntry point for assertion methods for different types.classAutoCloseableBDDSoftAssertionsA version ofBDDSoftAssertionsthat uses try-with-resources statement to automatically callBDDSoftAssertions.assertAll()so that you don't forget to.classAutoCloseableSoftAssertionsA version ofSoftAssertionsthat uses try-with-resources statement to automatically callSoftAssertions.assertAll()so that you don't forget to.classBDDAssertionsBehavior-driven development style entry point for assertion methods for different types.classBDDSoftAssertionsSuppose we have a test case and in it we'd like to make numerous BDD assertions.classJava6AbstractBDDSoftAssertionsAbstractBDDSoftAssertions compatible with Android.classJava6AbstractStandardSoftAssertionsAbstractStandardSoftAssertions compatible with Android.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.classJava6JUnitSoftAssertionsDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classJava6SoftAssertionsDeprecated.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.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.
-