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> Java6Assertions.assertThat(T[] actual) Deprecated.Creates a new instance of.ObjectArrayAssertstatic <T> AbstractObjectArrayAssert<?, T> Java6BDDAssertions.then(T[] actual) Deprecated.Creates a new instance of.ObjectArrayAssert