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.static DoublePredicateAssertAssertions. assertThat(DoublePredicate actual)Create assertion forDoublePredicate.static DoublePredicateAssertAssertionsForInterfaceTypes. assertThat(DoublePredicate actual)Create assertion forDoublePredicate.default DoublePredicateAssertStandardSoftAssertionsProvider. 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.static DoublePredicateAssertBDDAssumptions. given(DoublePredicate actual)Creates a new assumption's instance for aDoublePredicatevalue.DoublePredicateAssertDoublePredicateAssert. rejects(double... values)Verifies thatDoublePredicateevaluates all the given values tofalse.static DoublePredicateAssertBDDAssertions. then(DoublePredicate actual)Create assertion forDoublePredicate.default DoublePredicateAssertBDDSoftAssertionsProvider. then(DoublePredicate actual)Create assertion forDoublePredicate.
-