|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractLongAssert | |
|---|---|
| org.assertj.core.api | |
| Uses of AbstractLongAssert in org.assertj.core.api |
|---|
| Classes in org.assertj.core.api with type parameters of type AbstractLongAssert | |
|---|---|
class |
AbstractLongAssert<S extends AbstractLongAssert<S>>
Base class for all implementations of assertions for Longs. |
| Subclasses of AbstractLongAssert in org.assertj.core.api | |
|---|---|
class |
LongAssert
Assertion methods for Longs. |
| Methods in org.assertj.core.api that return AbstractLongAssert | |
|---|---|
static AbstractLongAssert<?> |
Assertions.assertThat(long actual)
Creates a new instance of . |
static AbstractLongAssert<?> |
Assertions.assertThat(Long actual)
Creates a new instance of . |
static AbstractLongAssert<?> |
BDDAssertions.then(long actual)
Creates a new instance of . |
static AbstractLongAssert<?> |
BDDAssertions.then(Long actual)
Creates a new instance of . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||