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> TAssertions.assertThat(AssertProvider<T> component) Delegates the creation of theAssertto theassertThat()of the given component.static <T> TAssertionsForInterfaceTypes.assertThat(AssertProvider<T> component) Delegates the creation of theAssertto theassertThat()of the given component.static <T> TJava6Assertions.assertThat(AssertProvider<T> component) Deprecated.Delegates the creation of theAssertto theassertThat()of the given component.default <T> TWithAssertions.assertThat(AssertProvider<T> component) Delegates the creation of theAssertto theassertThat()of the given component.static <T> TBDDAssertions.then(AssertProvider<T> component) Delegates the creation of theAssertto theassertThat()of the given component.static <T> TJava6BDDAssertions.then(AssertProvider<T> component) Deprecated.Delegates the creation of theAssertto theassertThat()of the given component.