Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.api.filter |
Modifier and Type | Method and Description |
---|---|
static NotFilter |
AssertionsForClassTypes.not(java.lang.Object valueNotToMatch)
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 the given value. |
static NotFilter |
Java6Assertions.not(java.lang.Object valueNotToMatch)
Deprecated.
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 the given value. |
static NotFilter |
Assertions.not(java.lang.Object valueNotToMatch)
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 the given value. |
default NotFilter |
WithAssertions.not(java.lang.Object valueNotToMatch)
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 the given value. |
Modifier and Type | Method and Description |
---|---|
static NotFilter |
NotFilter.not(java.lang.Object valueNotToMatch) |