Uses of Class
org.assertj.core.api.IntPredicateAssert
Packages that use IntPredicateAssert
-
Uses of IntPredicateAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type IntPredicateAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory
<IntPredicate, IntPredicateAssert> InstanceOfAssertFactories.INT_PREDICATE
InstanceOfAssertFactory
for anIntPredicate
.Methods in org.assertj.core.api that return IntPredicateAssertModifier and TypeMethodDescriptionIntPredicateAssert.accepts
(int... values) Verifies thatIntPredicate
evaluates all the given values totrue
.static IntPredicateAssert
Assertions.assertThat
(IntPredicate actual) Create assertion forIntPredicate
.static IntPredicateAssert
AssertionsForInterfaceTypes.assertThat
(IntPredicate actual) Create assertion forIntPredicate
.default IntPredicateAssert
StandardSoftAssertionsProvider.assertThat
(IntPredicate actual) Create assertion forIntPredicate
.default IntPredicateAssert
WithAssertions.assertThat
(IntPredicate actual) Create assertion forIntPredicate
.static IntPredicateAssert
IntPredicateAssert.assertThatIntPredicate
(IntPredicate actual) static IntPredicateAssert
Assumptions.assumeThat
(IntPredicate actual) Creates a new instance ofIntPredicateAssert
assumption.default IntPredicateAssert
WithAssumptions.assumeThat
(IntPredicate intPredicate) Creates a new instance ofIntPredicateAssert
assumption.static IntPredicateAssert
BDDAssumptions.given
(IntPredicate actual) Creates a new assumption's instance for anIntPredicate
value.IntPredicateAssert.rejects
(int... values) Verifies thatIntPredicate
evaluates all the given values tofalse
.static IntPredicateAssert
BDDAssertions.then
(IntPredicate actual) Create assertion forIntPredicate
.default IntPredicateAssert
BDDSoftAssertionsProvider.then
(IntPredicate actual) Create assertion forIntPredicate
.