Uses of Interface
org.assertj.core.api.SoftAssertionsProvider
Packages that use SoftAssertionsProvider
-
Uses of SoftAssertionsProvider in org.assertj.core.api
Subinterfaces of SoftAssertionsProvider in org.assertj.core.apiModifier and TypeInterfaceDescriptioninterfaceParent interface for soft assertion implementations.interfaceinterfaceAbstractBDDSoftAssertions compatible with Android.interfaceAbstractStandardSoftAssertions compatible with Android.interfaceinterfaceClasses in org.assertj.core.api that implement SoftAssertionsProviderModifier 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.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.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 with type parameters of type SoftAssertionsProviderModifier and TypeMethodDescriptionstatic <S extends SoftAssertionsProvider>
voidSoftAssertionsProvider.assertSoftly(Class<S> type, Consumer<S> softly) Use this to avoid having to call assertAll manually.Constructors in org.assertj.core.api with parameters of type SoftAssertionsProviderModifierConstructorDescriptionSoftThrowableAssertAlternative(ACTUAL actual, SoftAssertionsProvider softAssertionsProvider) SoftThrowableTypeAssert(Class<? extends T> throwableType, SoftAssertionsProvider softAssertionsProvider) Default constructor. -
Uses of SoftAssertionsProvider in org.assertj.core.api.junit.jupiter
Methods in org.assertj.core.api.junit.jupiter with type parameters of type SoftAssertionsProviderModifier and TypeMethodDescriptionstatic <T extends SoftAssertionsProvider>
TSoftAssertionsExtension.getSoftAssertionsProvider(org.junit.jupiter.api.extension.ExtensionContext context, Class<T> concreteSoftAssertionsProviderType) Returns aSoftAssertionsProviderinstance of the given type for the given extension context.