Uses of Class
org.assertj.core.api.filter.FilterOperator
Packages that use FilterOperator
-
Uses of FilterOperator in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type FilterOperatorModifier and TypeMethodDescriptionAbstractListAssert<?,
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 theFilterOperator
, the property/field is specified bypropertyOrFieldName
parameter.AbstractObjectArrayAssert.filteredOn
(String propertyOrFieldName, FilterOperator<?> filterOperator) Filter the array under test keeping only elements having a property or field matching the filter expressed with theFilterOperator
, the property/field is specified bypropertyOrFieldName
parameter.AtomicReferenceArrayAssert.filteredOn
(String propertyOrFieldName, FilterOperator<?> filterOperator) Filter the array under test keeping only elements having a property or field matching the filter expressed with theFilterOperator
, the property/field is specified bypropertyOrFieldName
parameter. -
Uses of FilterOperator in org.assertj.core.api.filter
Subclasses of FilterOperator in org.assertj.core.api.filter -
Uses of FilterOperator in org.assertj.core.util
Methods in org.assertj.core.util with parameters of type FilterOperatorModifier and TypeMethodDescriptionstatic <T> void
Preconditions.checkNotNull
(FilterOperator<T> filterOperator) Verifies that the givenFilterOperator
reference is notnull
.