Uses of Class
org.assertj.core.api.AbstractObjectArrayAssert
Packages that use AbstractObjectArrayAssert
-
Uses of AbstractObjectArrayAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractObjectArrayAssertModifier and TypeClassDescriptionclassAbstractObjectArrayAssert<SELF extends AbstractObjectArrayAssert<SELF,ELEMENT>, ELEMENT> Assertion methods for arrays of objects.Subclasses of AbstractObjectArrayAssert in org.assertj.core.apiModifier and TypeClassDescriptionclassObjectArrayAssert<ELEMENT>Assertion methods for arrays of objects.Methods in org.assertj.core.api that return AbstractObjectArrayAssertModifier and TypeMethodDescriptionstatic <T> AbstractObjectArrayAssert<?,T> Assertions.assertThat(T[] actual) Creates a new instance of.ObjectArrayAssertstatic <T> AbstractObjectArrayAssert<?,T> AssertionsForClassTypes.assertThat(T[] actual) Creates a new instance of.ObjectArrayAssertstatic <T> AbstractObjectArrayAssert<?,T> Java6Assertions.assertThat(T[] actual) Creates a new instance of.ObjectArrayAssertdefault <T> AbstractObjectArrayAssert<?,T> WithAssertions.assertThat(T[] actual) Delegate call toAssertions.assertThat(Object[])AbstractMapAssert.extracting(String... keys) Extract the values of given keys from the map under test into an array, this new array becoming the object under test.AbstractObjectAssert.extracting(String... propertiesOrFields) Extract the values of given fields/properties from the object under test into an array, this new array becoming the object under test.final AbstractObjectArrayAssert<?,Object> AbstractObjectAssert.extracting(Function<? super ACTUAL, Object>... extractors) Use the givenFunctions to extract the values from the object under test into an array, this new array becoming the object under test.static <T> AbstractObjectArrayAssert<?,T> BDDAssertions.then(T[] actual) Creates a new instance of.ObjectArrayAssertstatic <T> AbstractObjectArrayAssert<?,T> Java6BDDAssertions.then(T[] actual) Creates a new instance of.ObjectArrayAssert