Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Field and Description |
---|---|
static InstanceOfAssertFactory<java.util.OptionalLong,OptionalLongAssert> |
InstanceOfAssertFactories.OPTIONAL_LONG
InstanceOfAssertFactory for an OptionalLong . |
Modifier and Type | Method and Description |
---|---|
OptionalLongAssert |
AbstractStandardSoftAssertions.assertThat(java.util.OptionalLong actual)
Create assertion for
OptionalLong . |
static OptionalLongAssert |
AssertionsForClassTypes.assertThat(java.util.OptionalLong actual)
Create assertion for
OptionalInt . |
static OptionalLongAssert |
Assertions.assertThat(java.util.OptionalLong actual)
Create assertion for
OptionalInt . |
default OptionalLongAssert |
WithAssertions.assertThat(java.util.OptionalLong optional)
Create assertion for
OptionalLong . |
default OptionalLongAssert |
WithAssumptions.assumeThat(java.util.OptionalLong optionalLong)
Creates a new instance of
assumption. |
static OptionalLongAssert |
Assumptions.assumeThat(java.util.OptionalLong actual)
Creates a new instance of
OptionalLongAssert assumption. |
static OptionalLongAssert |
BDDAssertions.then(java.util.OptionalLong optional)
Create assertion for
OptionalLong . |
OptionalLongAssert |
AbstractBDDSoftAssertions.then(java.util.OptionalLong actual)
Create assertion for
OptionalLong . |