Uses of Interface
org.assertj.core.api.AfterAssertionErrorCollected
-
Packages that use AfterAssertionErrorCollected Package Description org.assertj.core.api -
-
Uses of AfterAssertionErrorCollected in org.assertj.core.api
Subinterfaces of AfterAssertionErrorCollected in org.assertj.core.api Modifier and Type Interface Description interfaceAssertionErrorCollectorinterfaceAutoCloseableSoftAssertionsProviderParent interface for soft assertion implementations.interfaceBDDSoftAssertionsProviderinterfaceJava6BDDSoftAssertionsProviderAbstractBDDSoftAssertions compatible with Android.interfaceJava6StandardSoftAssertionsProviderAbstractStandardSoftAssertions compatible with Android.interfaceSoftAssertionsProviderParent interface for soft assertion implementations.interfaceSoftAssertionsRuleinterfaceStandardSoftAssertionsProviderClasses in org.assertj.core.api that implement AfterAssertionErrorCollected Modifier and Type Class Description classAbstractSoftAssertionsclassAutoCloseableBDDSoftAssertionsA version ofBDDSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.classAutoCloseableSoftAssertionsA version ofSoftAssertionsthat 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.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.Fields in org.assertj.core.api declared as AfterAssertionErrorCollected Modifier and Type Field Description private AfterAssertionErrorCollectedErrorCollector. afterAssertionErrorCollectedMethods in org.assertj.core.api with parameters of type AfterAssertionErrorCollected Modifier and Type Method Description voidAbstractSoftAssertions. setAfterAssertionErrorCollected(AfterAssertionErrorCollected afterAssertionErrorCollected)Register a callback allowing to react after anAssertionErroris collected by the current soft assertion.(package private) voidErrorCollector. setAfterAssertionErrorCollected(AfterAssertionErrorCollected afterAssertionErrorCollected)(package private) voidSoftProxies. setAfterAssertionErrorCollected(AfterAssertionErrorCollected afterAssertionErrorCollected)Constructors in org.assertj.core.api with parameters of type AfterAssertionErrorCollected Constructor Description SoftProxies(AfterAssertionErrorCollected afterAssertionErrorCollected)
-