| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.api.filter |
| Modifier and Type | Method and Description |
|---|---|
default NotInFilter |
WithAssertions.notIn(Object... valuesNotToMatch)
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches does not match any of the given values. |
static NotInFilter |
Assertions.notIn(Object... valuesNotToMatch)
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches does not match any of the given values. |
static NotInFilter |
AssertionsForClassTypes.notIn(Object... valuesNotToMatch)
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches does not match any of the given values. |
static NotInFilter |
Java6Assertions.notIn(Object... valuesNotToMatch)
Create a
FilterOperator to use in filteredOn(String, FilterOperation) to express a filter keeping all Iterable elements whose property/field
value matches does not match any of the given values. |
| Modifier and Type | Method and Description |
|---|---|
static NotInFilter |
NotInFilter.notIn(Object... valuesNotToMatch) |
Copyright © 2014–2019 AssertJ. All rights reserved.