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 thatIntPredicateevaluates all the given values totrue.AbstractStandardSoftAssertions.assertThat(IntPredicate actual) Create assertion forIntPredicate.static IntPredicateAssertAssertions.assertThat(IntPredicate actual) Create assertion forIntPredicate.static IntPredicateAssertAssertionsForInterfaceTypes.assertThat(IntPredicate actual) Create assertion forIntPredicate.default IntPredicateAssertWithAssertions.assertThat(IntPredicate actual) Delegate call toAssertions.assertThat(IntPredicate)IntPredicateAssert.rejects(int... values) Verifies thatIntPredicateevaluates all the given values tofalse.AbstractBDDSoftAssertions.then(IntPredicate actual) Create assertion forIntPredicate.static IntPredicateAssertBDDAssertions.then(IntPredicate actual) Create assertion forIntPredicate.