Uses of Class
org.assertj.core.api.IntPredicateAssert
-
Packages that use IntPredicateAssert Package Description org.assertj.core.api -
-
Uses of IntPredicateAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type IntPredicateAssert Modifier and Type Field Description static InstanceOfAssertFactory<IntPredicate,IntPredicateAssert>InstanceOfAssertFactories. INT_PREDICATEInstanceOfAssertFactoryfor anIntPredicate.Methods in org.assertj.core.api that return IntPredicateAssert Modifier and Type Method Description IntPredicateAssertIntPredicateAssert. accepts(int... values)Verifies thatIntPredicateevaluates all the given values totrue.IntPredicateAssertAbstractStandardSoftAssertions. 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)Create assertion forIntPredicate.static IntPredicateAssertAssumptions. assumeThat(IntPredicate actual)Creates a new instance ofIntPredicateAssertassumption.default IntPredicateAssertWithAssumptions. assumeThat(IntPredicate intPredicate)Creates a new instance ofIntPredicateAssertassumption.IntPredicateAssertIntPredicateAssert. rejects(int... values)Verifies thatIntPredicateevaluates all the given values tofalse.IntPredicateAssertAbstractBDDSoftAssertions. then(IntPredicate actual)Create assertion forIntPredicate.static IntPredicateAssertBDDAssertions. then(IntPredicate actual)Create assertion forIntPredicate.
-