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