Uses of Interface
org.assertj.core.api.AfterAssertionErrorCollected
-
Packages that use AfterAssertionErrorCollected Package Description org.assertj.core.api org.assertj.core.api.junit.jupiter -
-
Uses of AfterAssertionErrorCollected in org.assertj.core.api
Subinterfaces of AfterAssertionErrorCollected in org.assertj.core.api Modifier and Type Interface Description interface
AssertionErrorCollector
interface
AutoCloseableSoftAssertionsProvider
Parent interface for soft assertion implementations.interface
BDDSoftAssertionsProvider
interface
Java6BDDSoftAssertionsProvider
AbstractBDDSoftAssertions compatible with Android.interface
Java6StandardSoftAssertionsProvider
AbstractStandardSoftAssertions compatible with Android.interface
SoftAssertionsProvider
Parent interface for soft assertion implementations.interface
SoftAssertionsRule
interface
StandardSoftAssertionsProvider
Classes in org.assertj.core.api that implement AfterAssertionErrorCollected Modifier and Type Class Description class
AbstractSoftAssertions
class
AutoCloseableBDDSoftAssertions
A version ofBDDSoftAssertions
that uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()
so that you don't forget to.class
AutoCloseableSoftAssertions
A version ofSoftAssertions
that uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()
so that you don't forget to.class
BDDSoftAssertions
Suppose we have a test case and in it we'd like to make numerous BDD assertions.class
DefaultAssertionErrorCollector
class
Java6BDDSoftAssertions
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
Java6JUnitBDDSoftAssertions
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
Java6JUnitSoftAssertions
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
Java6SoftAssertions
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
JUnitBDDSoftAssertions
Same asSoftAssertions
, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll()
, example:class
JUnitJupiterBDDSoftAssertions
Deprecated.useSoftAssertionsExtension
instead.class
JUnitJupiterSoftAssertions
Deprecated.useSoftAssertionsExtension
instead.class
JUnitSoftAssertions
Same asSoftAssertions
, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll()
, example:class
SoftAssertions
Suppose 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 AfterAssertionErrorCollected
DefaultAssertionErrorCollector. callback
Methods in org.assertj.core.api with parameters of type AfterAssertionErrorCollected Modifier and Type Method Description void
DefaultAssertionErrorCollector. setAfterAssertionErrorCollected(AfterAssertionErrorCollected afterAssertionErrorCollected)
Register a callback allowing to react after anAssertionError
is collected by the current soft assertion. -
Uses of AfterAssertionErrorCollected in org.assertj.core.api.junit.jupiter
Classes in org.assertj.core.api.junit.jupiter that implement AfterAssertionErrorCollected Modifier and Type Class Description (package private) static class
SoftAssertionsExtension.ThreadLocalErrorCollector
-