Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method | Description |
---|---|---|
OptionalLongAssert |
AbstractStandardSoftAssertions.assertThat(OptionalLong actual) |
Create assertion for
OptionalLong . |
static OptionalLongAssert |
Assertions.assertThat(OptionalLong actual) |
Create assertion for
OptionalInt . |
static OptionalLongAssert |
AssertionsForClassTypes.assertThat(OptionalLong actual) |
Create assertion for
OptionalInt . |
default OptionalLongAssert |
WithAssertions.assertThat(OptionalLong optional) |
Delegate call to
Assertions.assertThat(java.util.OptionalLong) |
OptionalLongAssert |
AbstractBDDSoftAssertions.then(OptionalLong actual) |
Create assertion for
OptionalLong . |
static OptionalLongAssert |
BDDAssertions.then(OptionalLong optional) |
Create assertion for
OptionalLong . |
Copyright © 2014–2019. All rights reserved.