Uses of Class
org.assertj.core.groups.Tuple
Packages that use Tuple
Package
Description
-
Uses of Tuple in org.assertj.core.api
Methods in org.assertj.core.api that return TupleModifier and TypeMethodDescriptionstatic TupleUtility method to build nicely aTuplewhen working withAbstractIterableAssert.extracting(String...)orAbstractObjectArrayAssert.extracting(String...)static TupleUtility method to build nicely aTuplewhen working withAbstractIterableAssert.extracting(String...)orAbstractObjectArrayAssert.extracting(String...)static TupleUtility method to build nicely aTuplewhen working withAbstractIterableAssert.extracting(String...)orAbstractObjectArrayAssert.extracting(String...)default TupleDelegate call toAssertions.tuple(Object[])Methods in org.assertj.core.api that return types with arguments of type TupleModifier and TypeMethodDescriptionAbstractListAssert<?,List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extracting(String... propertiesOrFields) Extract the values of the given fields/properties from the Iterable's elements under test into a new Iterable composed of Tuples (a simple data structure), this new Iterable becoming the Iterable under test.AbstractListAssert<?,List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extracting(String... propertiesOrFields) Extract the values of the given fields/properties from the Iterable's elements under test into a new Iterable composed of Tuples (a simple data structure), this new Iterable becoming the Iterable under test.AbstractListAssert<?,List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extracting(String... propertiesOrFields) Extract the values of the given fields/properties from the Iterable's elements under test into a new Iterable composed of Tuples (a simple data structure), this new Iterable becoming the Iterable under test.final ListAssert<Tuple>AbstractIterableAssert.extracting(Function<ELEMENT, ?>... extractors) 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.final ObjectArrayAssert<Tuple>AbstractObjectArrayAssert.extracting(Function<ELEMENT, ?>... extractors) 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. -
Uses of Tuple in org.assertj.core.extractor
Methods in org.assertj.core.extractor that return TupleMethods in org.assertj.core.extractor that return types with arguments of type Tuple -
Uses of Tuple in org.assertj.core.groups
Methods in org.assertj.core.groups that return Tuple -
Uses of Tuple in org.assertj.core.presentation
Methods in org.assertj.core.presentation with parameters of type TupleModifier and TypeMethodDescriptionprotected StringStandardRepresentation.toStringOf(Tuple tuple)