| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<DoublePredicate,DoublePredicateAssert> |
InstanceOfAssertFactories.DOUBLE_PREDICATE
|
| Modifier and Type | Method and Description |
|---|---|
DoublePredicateAssert |
DoublePredicateAssert.accepts(double... values)
Verifies that
DoublePredicate evaluates all the given values to true. |
default DoublePredicateAssert |
WithAssertions.assertThat(DoublePredicate actual)
Create assertion for
DoublePredicate. |
default DoublePredicateAssert |
StandardSoftAssertionsProvider.assertThat(DoublePredicate actual)
Create assertion for
DoublePredicate. |
static DoublePredicateAssert |
AssertionsForInterfaceTypes.assertThat(DoublePredicate actual)
Create assertion for
DoublePredicate. |
static DoublePredicateAssert |
Assertions.assertThat(DoublePredicate actual)
Create assertion for
DoublePredicate. |
static DoublePredicateAssert |
DoublePredicateAssert.assertThatDoublePredicate(DoublePredicate actual) |
default DoublePredicateAssert |
WithAssumptions.assumeThat(DoublePredicate doublePredicate)
Creates a new instance of
DoublePredicateAssert assumption. |
static DoublePredicateAssert |
Assumptions.assumeThat(DoublePredicate actual)
Creates a new instance of
DoublePredicateAssert assumption. |
static DoublePredicateAssert |
BDDAssumptions.given(DoublePredicate actual)
Creates a new assumption's instance for a
DoublePredicate value. |
DoublePredicateAssert |
DoublePredicateAssert.rejects(double... values)
Verifies that
DoublePredicate evaluates all the given values to false. |
default DoublePredicateAssert |
BDDSoftAssertionsProvider.then(DoublePredicate actual)
Create assertion for
DoublePredicate. |
static DoublePredicateAssert |
BDDAssertions.then(DoublePredicate actual)
Create assertion for
DoublePredicate. |
Copyright © 2025. All rights reserved.