Uses of Interface
org.assertj.core.api.InstanceOfAssertFactories
Packages that use InstanceOfAssertFactories
-
Uses of InstanceOfAssertFactories in org.assertj.core.api
Subinterfaces of InstanceOfAssertFactories in org.assertj.core.apiModifier and TypeInterfaceDescriptioninterfaceA 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 InstanceOfAssertFactoriesModifier and TypeClassDescriptionclassclassEntry point for assertion methods for different types.classA version ofBDDSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.classA version ofSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.classBehavior-driven development style entry point for assertion methods for different types.classSuppose we have a test case and in it we'd like to make numerous BDD assertions.classDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:classDeprecated.useSoftAssertionsExtensioninstead.classDeprecated.useSoftAssertionsExtensioninstead.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.