Package org.assertj.core.api.junit.jupiter
-
Class Summary Class Description SoftAssertionsExtension Extension for JUnit Jupiter that provides support for injecting a concrete implementation ofSoftAssertionsProviderinto test methods and (since 3.18.0) into test fields annotated with@InjectSoftAssertions.SoftAssertionsExtension.ThreadLocalErrorCollector SoftlyExtension Deprecated. This functionality (and more) has been rolled intoSoftAssertionsExtensionas of AssertJ 3.18.0. -
Annotation Types Summary Annotation Type Description InjectSoftAssertions Annotation used withSoftAssertionsExtensionfor specify wich test instance fields should be initialised with aSoftAssertionsProviderconcrete implementation, for exampleSoftAssertions,BDDSoftAssertionsor any custom soft assertions class.