Uses of Class
org.assertj.core.api.DoublePredicateAssert
-
Packages that use DoublePredicateAssert Package Description org.assertj.core.api -
-
Uses of DoublePredicateAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type DoublePredicateAssert Modifier and Type Field Description static InstanceOfAssertFactory<DoublePredicate,DoublePredicateAssert>InstanceOfAssertFactories. DOUBLE_PREDICATEMethods in org.assertj.core.api that return DoublePredicateAssert Modifier and Type Method Description DoublePredicateAssertDoublePredicateAssert. accepts(double... values)Verifies thatDoublePredicateevaluates all the given values totrue.DoublePredicateAssertAbstractStandardSoftAssertions. assertThat(DoublePredicate actual)Create assertion forDoublePredicate.static DoublePredicateAssertAssertions. assertThat(DoublePredicate actual)Create assertion forDoublePredicate.static DoublePredicateAssertAssertionsForInterfaceTypes. assertThat(DoublePredicate actual)Create assertion forDoublePredicate.default DoublePredicateAssertWithAssertions. assertThat(DoublePredicate actual)Create assertion forDoublePredicate.static DoublePredicateAssertAssumptions. assumeThat(DoublePredicate actual)Creates a new instance ofDoublePredicateAssertassumption.default DoublePredicateAssertWithAssumptions. assumeThat(DoublePredicate doublePredicate)Creates a new instance ofDoublePredicateAssertassumption.DoublePredicateAssertDoublePredicateAssert. rejects(double... values)Verifies thatDoublePredicateevaluates all the given values tofalse.DoublePredicateAssertAbstractBDDSoftAssertions. then(DoublePredicate actual)Create assertion forDoublePredicate.static DoublePredicateAssertBDDAssertions. then(DoublePredicate actual)Create assertion forDoublePredicate.
-