Uses of Class
org.assertj.core.api.AbstractObjectArrayAssert

Packages that use AbstractObjectArrayAssert
org.assertj.core.api   
 

Uses of AbstractObjectArrayAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type AbstractObjectArrayAssert
 class AbstractObjectArrayAssert<S extends AbstractObjectArrayAssert<S,T>,T>
          Assertion methods for arrays of objects.
 

Subclasses of AbstractObjectArrayAssert in org.assertj.core.api
 class ObjectArrayAssert<T>
          Assertion methods for arrays of objects.
 

Methods in org.assertj.core.api that return AbstractObjectArrayAssert
static
<T> AbstractObjectArrayAssert<?,T>
Assertions.assertThat(T[] actual)
          Creates a new instance of ObjectArrayAssert.
static
<T> AbstractObjectArrayAssert<?,T>
BDDAssertions.then(T[] actual)
          Creates a new instance of ObjectArrayAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.