| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<LongAdder,LongAdderAssert> |
InstanceOfAssertFactories.LONG_ADDER
InstanceOfAssertFactory for a LongAdder. |
| Modifier and Type | Method and Description |
|---|---|
default LongAdderAssert |
WithAssertions.assertThat(LongAdder actual)
Create assertion for
LongAdder. |
default LongAdderAssert |
StandardSoftAssertionsProvider.assertThat(LongAdder actual)
Create assertion for
LongAdder. |
static LongAdderAssert |
Assertions.assertThat(LongAdder actual)
Create assertion for
LongAdder. |
default LongAdderAssert |
WithAssumptions.assumeThat(LongAdder actual)
Creates a new instance of
assumption. |
static LongAdderAssert |
Assumptions.assumeThat(LongAdder actual)
Create assumption for
LongAdder. |
static LongAdderAssert |
BDDAssumptions.given(LongAdder actual)
Creates a new assumption's instance for a
LongAdder value. |
default LongAdderAssert |
BDDSoftAssertionsProvider.then(LongAdder actual)
Create assertion for
LongAdder. |
static LongAdderAssert |
BDDAssertions.then(LongAdder actual)
Create assertion for
LongAdder. |
Copyright © 2025. All rights reserved.