Uses of Interface
org.assertj.core.api.AssertProvider
Packages that use AssertProvider
-
Uses of AssertProvider in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type AssertProviderModifier and TypeMethodDescriptionstatic <T> T
Assertions.assertThat
(AssertProvider<T> component) Delegates the creation of theAssert
to theassertThat()
of the given component.static <T> T
AssertionsForInterfaceTypes.assertThat
(AssertProvider<T> component) Delegates the creation of theAssert
to theassertThat()
of the given component.static <T> T
Java6Assertions.assertThat
(AssertProvider<T> component) Deprecated.Delegates the creation of theAssert
to theassertThat()
of the given component.default <T> T
WithAssertions.assertThat
(AssertProvider<T> component) Delegates the creation of theAssert
to theassertThat()
of the given component.static <T> T
BDDAssertions.then
(AssertProvider<T> component) Delegates the creation of theAssert
to theassertThat()
of the given component.static <T> T
Java6BDDAssertions.then
(AssertProvider<T> component) Deprecated.Delegates the creation of theAssert
to theassertThat()
of the given component.