Uses of Interface
org.assertj.core.api.AssertionErrorCollector
Packages that use AssertionErrorCollector
-
Uses of AssertionErrorCollector in org.assertj.core.api
Subinterfaces of AssertionErrorCollector in org.assertj.core.apiModifier and TypeInterfaceDescriptioninterfaceParent interface for soft assertion implementations.interfaceinterfaceAbstractBDDSoftAssertions compatible with Android.interfaceAbstractStandardSoftAssertions compatible with Android.interfaceParent interface for soft assertion implementations.interfaceinterfaceClasses in org.assertj.core.api that implement AssertionErrorCollectorModifier and TypeClassDescriptionclassclassA 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.classSuppose we have a test case and in it we'd like to make numerous BDD assertions.classclassDeprecated.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.Methods in org.assertj.core.api that return types with arguments of type AssertionErrorCollectorModifier and TypeMethodDescriptiondefault Optional<AssertionErrorCollector> AssertionErrorCollector.getDelegate()DefaultAssertionErrorCollector.getDelegate()Methods in org.assertj.core.api with parameters of type AssertionErrorCollectorModifier and TypeMethodDescriptionstatic voidAbstractSoftAssertions.assertAll(AssertionErrorCollector collector) default voidSoftAssertionsProvider.assertAlso(AssertionErrorCollector collector) Add all errors ofcollectorargument to currentinstance.SoftAssertionsProviderdefault voidAssertionErrorCollector.setDelegate(AssertionErrorCollector delegate) Optionally sets a "delegate" collector into which the collected assertions will be deposited.voidDefaultAssertionErrorCollector.setDelegate(AssertionErrorCollector delegate) -
Uses of AssertionErrorCollector in org.assertj.core.api.junit.jupiter
Methods in org.assertj.core.api.junit.jupiter that return AssertionErrorCollectorModifier and TypeMethodDescriptionstatic AssertionErrorCollectorSoftAssertionsExtension.getAssertionErrorCollector(org.junit.jupiter.api.extension.ExtensionContext context) Returns theAssertionErrorCollectorfor the given extension context, if none exists for the current context then one is created.