Uses of Class
org.assertj.core.api.filter.FilterOperator
-
Packages that use FilterOperator Package Description org.assertj.core.api org.assertj.core.api.filter org.assertj.core.util -
-
Uses of FilterOperator in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type FilterOperator Modifier and Type Method Description SELFAbstractIterableAssert. 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 bypropertyOrFieldNameparameter.SELFAbstractObjectArrayAssert. 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<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 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 Modifier and Type Class Description classInFilterclassNotFilterclassNotInFilter -
Uses of FilterOperator in org.assertj.core.util
Methods in org.assertj.core.util with parameters of type FilterOperator Modifier and Type Method Description static <T> voidPreconditions. checkNotNull(FilterOperator<T> filterOperator)Verifies that the givenFilterOperatorreference is notnull.
-