Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> |
Java6Assertions.assertThat(java.util.concurrent.atomic.AtomicIntegerFieldUpdater<OBJECT> actual)
Create assertion for
AtomicIntegerFieldUpdater . |
static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> |
Assertions.assertThat(java.util.concurrent.atomic.AtomicIntegerFieldUpdater<OBJECT> actual)
Create assertion for
AtomicIntegerFieldUpdater . |
default <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> |
WithAssertions.assertThat(java.util.concurrent.atomic.AtomicIntegerFieldUpdater<OBJECT> actual)
Create assertion for
AtomicIntegerFieldUpdater . |
<OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> |
Java6AbstractStandardSoftAssertions.assertThat(java.util.concurrent.atomic.AtomicIntegerFieldUpdater<OBJECT> actual)
Create assertion for
AtomicIntegerFieldUpdater . |
AtomicIntegerFieldUpdaterAssert<OBJECT> |
AtomicIntegerFieldUpdaterAssert.hasValue(java.lang.Integer expectedValue,
OBJECT obj)
Verifies that the actual atomic field updater contains the given value at the given object.
|
<OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> |
Java6AbstractBDDSoftAssertions.then(java.util.concurrent.atomic.AtomicIntegerFieldUpdater<OBJECT> actual)
Create assertion for
AtomicIntegerFieldUpdater . |
static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> |
Java6BDDAssertions.then(java.util.concurrent.atomic.AtomicIntegerFieldUpdater<OBJECT> actual)
Create assertion for
AtomicIntegerFieldUpdater . |
static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> |
BDDAssertions.then(java.util.concurrent.atomic.AtomicIntegerFieldUpdater<OBJECT> actual)
Create assertion for
AtomicIntegerFieldUpdater . |