Uses of Class
org.assertj.core.api.IntPredicateAssert
Packages that use IntPredicateAssert
-
Uses of IntPredicateAssert in org.assertj.core.api
Methods in org.assertj.core.api that return IntPredicateAssertModifier and TypeMethodDescriptionIntPredicateAssert.accepts
(int... values) Verifies thatIntPredicate
evaluates all the given values totrue
.AbstractStandardSoftAssertions.assertThat
(IntPredicate actual) Create assertion forIntPredicate
.static IntPredicateAssert
Assertions.assertThat
(IntPredicate actual) Create assertion forIntPredicate
.static IntPredicateAssert
AssertionsForInterfaceTypes.assertThat
(IntPredicate actual) Create assertion forIntPredicate
.default IntPredicateAssert
WithAssertions.assertThat
(IntPredicate actual) Delegate call toAssertions.assertThat(IntPredicate)
IntPredicateAssert.rejects
(int... values) Verifies thatIntPredicate
evaluates all the given values tofalse
.AbstractBDDSoftAssertions.then
(IntPredicate actual) Create assertion forIntPredicate
.static IntPredicateAssert
BDDAssertions.then
(IntPredicate actual) Create assertion forIntPredicate
.