Uses of Interface
org.assertj.core.api.AssertionErrorCollector
-
Packages that use AssertionErrorCollector Package Description org.assertj.core.api org.assertj.core.api.junit.jupiter -
-
Uses of AssertionErrorCollector in org.assertj.core.api
Subinterfaces of AssertionErrorCollector in org.assertj.core.api Modifier and Type Interface Description interfaceAutoCloseableSoftAssertionsProviderParent 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 AssertionErrorCollector 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.classDefaultAssertionErrorCollectorclassJava6BDDSoftAssertionsDeprecated.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 AssertionErrorCollector Modifier and Type Field Description private AssertionErrorCollectorErrorCollector. assertionErrorCollectorprivate AssertionErrorCollectorDefaultAssertionErrorCollector. delegateMethods in org.assertj.core.api that return types with arguments of type AssertionErrorCollector Modifier and Type Method Description default Optional<AssertionErrorCollector>AssertionErrorCollector. getDelegate()Optional<AssertionErrorCollector>DefaultAssertionErrorCollector. getDelegate()Methods in org.assertj.core.api with parameters of type AssertionErrorCollector Modifier and Type Method Description static 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)Constructors in org.assertj.core.api with parameters of type AssertionErrorCollector Constructor Description ErrorCollector(AssertionErrorCollector collector)SoftProxies(AssertionErrorCollector assertionErrorCollector) -
Uses of AssertionErrorCollector in org.assertj.core.api.junit.jupiter
Classes in org.assertj.core.api.junit.jupiter that implement AssertionErrorCollector Modifier and Type Class Description (package private) static classSoftAssertionsExtension.ThreadLocalErrorCollectorFields in org.assertj.core.api.junit.jupiter with type parameters of type AssertionErrorCollector Modifier and Type Field Description (package private) InheritableThreadLocal<AssertionErrorCollector>SoftAssertionsExtension.ThreadLocalErrorCollector. threadLocalMethods in org.assertj.core.api.junit.jupiter that return AssertionErrorCollector Modifier and Type Method Description static 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.Methods in org.assertj.core.api.junit.jupiter that return types with arguments of type AssertionErrorCollector Modifier and Type Method Description Optional<AssertionErrorCollector>SoftAssertionsExtension.ThreadLocalErrorCollector. getDelegate()Methods in org.assertj.core.api.junit.jupiter with parameters of type AssertionErrorCollector Modifier and Type Method Description private static booleanSoftAssertionsExtension. initialiseDelegate(org.junit.jupiter.api.extension.ExtensionContext context, AssertionErrorCollector collector)voidSoftAssertionsExtension.ThreadLocalErrorCollector. setDelegate(AssertionErrorCollector assertionErrorCollector)
-