Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.api.filter | |
org.assertj.core.util |
Modifier and Type | Method and Description |
---|---|
AtomicReferenceArrayAssert<T> |
AtomicReferenceArrayAssert.filteredOn(String propertyOrFieldName,
FilterOperator<?> filterOperator)
Filter the array under test keeping only elements having a property or field matching the filter expressed with
the
FilterOperator , the property/field is specified by propertyOrFieldName parameter. |
SELF |
AbstractIterableAssert.filteredOn(String propertyOrFieldName,
FilterOperator<?> filterOperator)
Filter the iterable under test keeping only elements having a property or field matching the filter expressed with
the
FilterOperator , the property/field is specified by propertyOrFieldName parameter. |
SELF |
AbstractObjectArrayAssert.filteredOn(String propertyOrFieldName,
FilterOperator<?> filterOperator)
Filter the array under test into a list composed of elements having a property or field matching the filter expressed with
the
FilterOperator , the property/field is specified by propertyOrFieldName parameter. |
Modifier and Type | Class and Description |
---|---|
class |
InFilter |
class |
NotFilter |
class |
NotInFilter |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Preconditions.checkNotNull(FilterOperator<T> filterOperator)
Verifies that the given
FilterOperator reference is not null . |
Copyright © 2014–2019 AssertJ. All rights reserved.