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 TypeMethodDescriptionAbstractIterableAssert.filteredOn(String propertyOrFieldName, FilterOperator<?> filterOperator) Filters the iterable under test keeping only elements having a property or field matching the filter expressed with theFilterOperator, the property/field is specified bypropertyOrFieldNameparameter.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 theFilterOperator, the property/field is specified bypropertyOrFieldNameparameter.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 bypropertyOrFieldNameparameter. -
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> voidPreconditions.checkNotNull(FilterOperator<T> filterOperator) Verifies that the givenFilterOperatorreference is notnull.