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...)static TupleDeprecated.Utility method to build nicely aTuplewhen working withAbstractIterableAssert.extracting(String...)orAbstractObjectArrayAssert.extracting(String...)default TupleUtility method to build nicely aTuplewhen working withAbstractIterableAssert.extracting(String...)orAbstractObjectArrayAssert.extracting(String...)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 AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extracting(Function<? super ELEMENT, ?>... extractors) final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extracting(Function<? super ELEMENT, ?>... extractors) final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extracting(Function<? super ELEMENT, ?>... extractors) AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extracting(String... propertiesOrFields) Extract the values of given fields/properties from the array's elements under test into a list composed of Tuple (a simple data structure), this new list becoming the object under test.AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extracting(String... propertiesOrFields) Extract the values of given fields/properties from the array's elements under test into a list composed of Tuple (a simple data structure), this new list becoming the object under test.AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extracting(String... propertiesOrFields) Extract the values of given fields/properties from the array's elements under test into a list composed of Tuple (a simple data structure), this new list becoming the object under test.final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extracting(Function<? super ELEMENT, ?>... extractors) final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extracting(Function<? super ELEMENT, ?>... extractors) final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extracting(Function<? super 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.protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extractingForProxy(Function<? super ELEMENT, ?>[] extractors) protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extractingForProxy(Function<? super ELEMENT, ?>[] extractors) protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractIterableAssert.extractingForProxy(Function<? super ELEMENT, ?>[] extractors) protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extractingForProxy(Function<? super ELEMENT, ?>[] extractors) protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extractingForProxy(Function<? super ELEMENT, ?>[] extractors) protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractObjectArrayAssert.extractingForProxy(Function<? super ELEMENT, ?>[] extractors) final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractMapAssert.extractingFromEntriesForProxy(Function<? super Map.Entry<K, V>, Object>[] extractors) protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractMapAssert.extractingFromEntriesForProxy(Function<? super Map.Entry<K, V>, Object>[] extractors) protected AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> AbstractMapAssert.extractingFromEntriesForProxy(Function<? super Map.Entry<K, V>, Object>[] extractors) final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> final AbstractListAssert<?, List<? extends Tuple>, Tuple, ObjectAssert<Tuple>> -
Uses of Tuple in org.assertj.core.extractor
Methods 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)