Uses of Class
org.assertj.core.api.ObjectArrayAssert
Packages that use ObjectArrayAssert
-
Uses of ObjectArrayAssert in org.assertj.core.api
Methods in org.assertj.core.api that return ObjectArrayAssertModifier and TypeMethodDescription<T> ObjectArrayAssert
<T> Java6AbstractStandardSoftAssertions.assertThat
(T[] actual) Creates a new instance of
.ObjectArrayAssert
private <U,
C extends Collection<U>>
ObjectArrayAssert<U> AbstractObjectArrayAssert.doFlatExtracting
(Extractor<? super ELEMENT, C> extractor) private <U,
C extends Collection<U>>
ObjectArrayAssert<U> AtomicReferenceArrayAssert.doFlatExtracting
(Extractor<? super T, C> extractor) 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.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.<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.final ObjectArrayAssert
<Tuple> AbstractObjectArrayAssert.extracting
(Function<ELEMENT, ?>... extractors) <U> ObjectArrayAssert
<U> AbstractObjectArrayAssert.extracting
(Extractor<? super ELEMENT, U> extractor) Extract the values from the array's elements by applying an extracting function on them.<U,
EXCEPTION extends Exception>
ObjectArrayAssert<U> AbstractObjectArrayAssert.extracting
(ThrowingExtractor<? super ELEMENT, U, EXCEPTION> extractor) Extract the values from the array's elements by applying an extracting function (which might throw an exception) on them.AtomicReferenceArrayAssert.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.AtomicReferenceArrayAssert.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.<P> ObjectArrayAssert
<P> AtomicReferenceArrayAssert.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.<U> ObjectArrayAssert
<U> AtomicReferenceArrayAssert.extracting
(Extractor<? super T, U> extractor) Extract the values from the array's elements by applying an extracting function on them.<U,
EXCEPTION extends Exception>
ObjectArrayAssert<U> AtomicReferenceArrayAssert.extracting
(ThrowingExtractor<? super T, U, EXCEPTION> extractor) Extract the values from the array's elements by applying an extracting function (which might throw an exception) on them.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.AtomicReferenceArrayAssert.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> AtomicReferenceArrayAssert.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.AbstractObjectArrayAssert.flatExtracting
(String propertyName) Extract from array's elements the Iterable/Array values corresponding to the given property/field name and concatenate them into a single array becoming the new object under test.<U,
C extends Collection<U>>
ObjectArrayAssert<U> AbstractObjectArrayAssert.flatExtracting
(Extractor<? super ELEMENT, C> extractor) Extract the Iterable values from arrays elements under test by applying an Iterable extracting function on them and concatenating the result lists into an array which becomes the new object under test.<U,
C extends Collection<U>, EXCEPTION extends Exception>
ObjectArrayAssert<U> AbstractObjectArrayAssert.flatExtracting
(ThrowingExtractor<? super ELEMENT, C, EXCEPTION> extractor) Extract the Iterable values from arrays elements under test by applying an Iterable extracting function (which might throw an exception) on them and concatenating the result lists into an array which becomes the new object under test.AtomicReferenceArrayAssert.flatExtracting
(String propertyName) Extract from array's elements the Iterable/Array values corresponding to the given property/field name and concatenate them into a single array becoming the new object under test.<U,
C extends Collection<U>>
ObjectArrayAssert<U> AtomicReferenceArrayAssert.flatExtracting
(Extractor<? super T, C> extractor) Extract the Iterable values from the array's elements by applying an Iterable extracting function on them and concatenating the result lists into an array which becomes the new object under test.<U,
C extends Collection<U>, EXCEPTION extends Exception>
ObjectArrayAssert<U> AtomicReferenceArrayAssert.flatExtracting
(ThrowingExtractor<? super T, C, EXCEPTION> extractor) Extract the Iterable values from the array's elements by applying an Iterable extracting function (which might throw an exception) on them and concatenating the result lists into an array which becomes the new object under test.<T> ObjectArrayAssert
<T> Java6AbstractBDDSoftAssertions.then
(T[] actual) Creates a new instance of
.ObjectArrayAssert