Uses of Class
org.assertj.core.api.filter.InFilter
-
Packages that use InFilter Package Description org.assertj.core.api org.assertj.core.api.filter -
-
Uses of InFilter in org.assertj.core.api
Methods in org.assertj.core.api that return InFilter Modifier and Type Method Description static InFilterAssertions. in(Object... values)Create aFilterOperatorto use infilteredOn(String, FilterOperation)to express a filter keeping all Iterable elements whose property/field value matches one of the given values.static InFilterAssertionsForClassTypes. in(Object... values)Create aFilterOperatorto use infilteredOn(String, FilterOperation)to express a filter keeping all Iterable elements whose property/field value matches one of the given values.static InFilterJava6Assertions. in(Object... values)Deprecated.Create aFilterOperatorto use infilteredOn(String, FilterOperation)to express a filter keeping all Iterable elements whose property/field value matches one of the given values.default InFilterWithAssertions. in(Object... values)Create aFilterOperatorto use infilteredOn(String, FilterOperation)to express a filter keeping all Iterable elements whose property/field value matches one of the given values. -
Uses of InFilter in org.assertj.core.api.filter
Methods in org.assertj.core.api.filter that return InFilter Modifier and Type Method Description static InFilterInFilter. in(Object... values)
-