| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.api.filter |
| Modifier and Type | Method and Description |
|---|---|
default InFilter |
WithAssertions.in(java.lang.Object... values)
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches one of the given values. |
static InFilter |
Java6Assertions.in(java.lang.Object... values)
Deprecated.
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches one of the given values. |
static InFilter |
AssertionsForClassTypes.in(java.lang.Object... values)
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches one of the given values. |
static InFilter |
Assertions.in(java.lang.Object... values)
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches one of the given values. |
| Modifier and Type | Method and Description |
|---|---|
static InFilter |
InFilter.in(java.lang.Object... values) |