Uses of Class
org.assertj.core.api.DoublePredicateAssert
Packages that use DoublePredicateAssert
-
Uses of DoublePredicateAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type DoublePredicateAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<DoublePredicate, DoublePredicateAssert> InstanceOfAssertFactories.DOUBLE_PREDICATEMethods in org.assertj.core.api that return DoublePredicateAssertModifier and TypeMethodDescriptionDoublePredicateAssert.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 DoublePredicateAssertDoublePredicateAssert.assertThatDoublePredicate(DoublePredicate actual) 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.DoublePredicateAssert.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.