Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.api.filter | |
org.assertj.core.util |
Modifier and Type | Method | Description |
---|---|---|
AbstractListAssert<?,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
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 keeping only elements having a property or field matching the filter expressed with
the
FilterOperator , the property/field is specified by propertyOrFieldName parameter. |
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
InFilter |
|
class |
NotFilter |
|
class |
NotInFilter |
Modifier and Type | Method | Description |
---|---|---|
static <T> void |
Preconditions.checkNotNull(FilterOperator<T> filterOperator) |
Verifies that the given
FilterOperator reference is not null . |
Copyright © 2014–2019. All rights reserved.