Uses of Interface
org.assertj.core.api.AssertProvider
-
Packages that use AssertProvider Package Description org.assertj.core.api -
-
Uses of AssertProvider in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type AssertProvider Modifier and Type Method Description static <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.
-