static LongAdderAssert |
Assertions.assertThat(java.util.concurrent.atomic.LongAdder actual) |
Create assertion for LongAdder .
|
default LongAdderAssert |
StandardSoftAssertionsProvider.assertThat(java.util.concurrent.atomic.LongAdder actual) |
Create assertion for LongAdder .
|
default LongAdderAssert |
WithAssertions.assertThat(java.util.concurrent.atomic.LongAdder actual) |
Create assertion for LongAdder .
|
static LongAdderAssert |
Assumptions.assumeThat(java.util.concurrent.atomic.LongAdder actual) |
Create assumption for LongAdder .
|
default LongAdderAssert |
WithAssumptions.assumeThat(java.util.concurrent.atomic.LongAdder actual) |
|
static LongAdderAssert |
BDDAssumptions.given(java.util.concurrent.atomic.LongAdder actual) |
Creates a new assumption's instance for a LongAdder value.
|
static LongAdderAssert |
BDDAssertions.then(java.util.concurrent.atomic.LongAdder actual) |
Create assertion for LongAdder .
|
default LongAdderAssert |
BDDSoftAssertionsProvider.then(java.util.concurrent.atomic.LongAdder actual) |
Create assertion for LongAdder .
|