Uses of Class
org.assertj.core.api.DoublePredicateAssert
Packages that use DoublePredicateAssert
-
Uses of DoublePredicateAssert in org.assertj.core.api
Methods in org.assertj.core.api that return DoublePredicateAssertModifier and TypeMethodDescriptionDoublePredicateAssert.accepts(double... values) Verifies thatDoublePredicateevaluates all the given values totrue.AbstractStandardSoftAssertions.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) Delegate call toAssertions.assertThat(DoublePredicate)DoublePredicateAssert.rejects(double... values) Verifies thatDoublePredicateevaluates all the given values tofalse.AbstractBDDSoftAssertions.then(DoublePredicate actual) Create assertion forDoublePredicate.static DoublePredicateAssertBDDAssertions.then(DoublePredicate actual) Create assertion forDoublePredicate.