Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.api.filter |
Modifier and Type | Method and Description |
---|---|
default InFilter |
WithAssertions.in(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(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 |
AssertionsForClassTypes.in(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(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(Object... values) |
Copyright © 2014–2019 AssertJ. All rights reserved.