| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.error | |
| org.assertj.core.extractor | |
| org.assertj.core.groups | |
| org.assertj.core.presentation |
| Modifier and Type | Method and Description |
|---|---|
default Tuple |
WithAssertions.tuple(Object... values)
Utility method to build nicely a
Tuple when working with AbstractIterableAssert.extracting(String...) or
AbstractObjectArrayAssert.extracting(String...) |
static Tuple |
Assertions.tuple(Object... values)
Utility method to build nicely a
Tuple when working with AbstractIterableAssert.extracting(String...) or
AbstractObjectArrayAssert.extracting(String...) |
static Tuple |
AssertionsForClassTypes.tuple(Object... values)
Utility method to build nicely a
Tuple when working with AbstractIterableAssert.extracting(String...) or
AbstractObjectArrayAssert.extracting(String...) |
static Tuple |
Java6Assertions.tuple(Object... values)
Utility method to build nicely a
Tuple when working with AbstractIterableAssert.extracting(String...) or
AbstractObjectArrayAssert.extracting(String...) |
| Modifier and Type | Method and Description |
|---|---|
ListAssert<Tuple> |
AbstractIterableAssert.extracting(Function<ELEMENT,?>... extractors)
|
ObjectArrayAssert<Tuple> |
AbstractObjectArrayAssert.extracting(Function<ELEMENT,?>... extractors)
|
ObjectArrayAssert<Tuple> |
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.
|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ErrorMessageFactory |
ZippedElementsShouldSatisfy.zippedElementsShouldSatisfy(Object actual,
Object other,
Tuple pairNotSatisfyingRequirements,
String assertionErrorDetails) |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
ByNameMultipleExtractor.extract(T input) |
| Modifier and Type | Method and Description |
|---|---|
static <F> Extractor<F,Tuple> |
Extractors.byName(String... fieldsOrProperties)
Provides extractor for extracting multiple fields or properties from any object using reflection
|
| Modifier and Type | Method and Description |
|---|---|
static Tuple |
Tuple.tuple(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StandardRepresentation.toStringOf(Tuple tuple) |
Copyright © 2014–2018 AssertJ. All rights reserved.