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

Packages that use ObjectArrayAssert
org.assertj.core.api   
 

Uses of ObjectArrayAssert in org.assertj.core.api
 

Methods in org.assertj.core.api that return ObjectArrayAssert
<T> ObjectArrayAssert<T>
AbstractSoftAssertions.assertThat(T[] actual)
          Creates a new instance of ObjectArrayAssert.
<U> ObjectArrayAssert<U>
AbstractObjectArrayAssert.extracting(Extractor<? super T,U> extractor)
          Extract the values from Iterable's elements after test by applying an extracting function on them.
 ObjectArrayAssert<Tuple> AbstractObjectArrayAssert.extracting(String... propertiesOrFields)
          Extract the values of given fields/properties from the array's elements under test into a new array composed of Tuple (a simple data structure), this new array becoming the array under test.
 ObjectArrayAssert<Object> AbstractObjectArrayAssert.extracting(String fieldOrProperty)
          Extract the values of given field or property from the array's elements under test into a new array, this new array becoming the array under test.
<P> ObjectArrayAssert<P>
AbstractObjectArrayAssert.extracting(String fieldOrProperty, Class<P> extractingType)
          Extract the values of given field or property from the array's elements under test into a new array, this new array becoming the array under test with type.
 ObjectArrayAssert<Object> AbstractObjectArrayAssert.extractingResultOf(String method)
          Extract the result of given method invocation from the array's elements under test into a new array, this new array becoming the array under test.
<P> ObjectArrayAssert<P>
AbstractObjectArrayAssert.extractingResultOf(String method, Class<P> extractingType)
          Extract the result of given method invocation from the array's elements under test into a new array, this new array becoming the array under test.
<U,C extends Collection<U>>
ObjectArrayAssert<U>
AbstractObjectArrayAssert.flatExtracting(Extractor<? super T,C> extractor)
           
 



Copyright © 2013–2015 AssertJ. All rights reserved.