Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongAssert<SELF extends AbstractLongAssert<SELF>>
Base class for all implementations of assertions for
Long s. |
Modifier and Type | Class and Description |
---|---|
class |
LongAssert
Assertion methods for
Long s. |
Modifier and Type | Field and Description |
---|---|
static InstanceOfAssertFactory<java.lang.Long,AbstractLongAssert<?>> |
InstanceOfAssertFactories.LONG
|
Modifier and Type | Method and Description |
---|---|
static AbstractLongAssert<?> |
AssertionsForClassTypes.assertThat(long actual)
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6Assertions.assertThat(long actual)
Deprecated.
Creates a new instance of
. |
static AbstractLongAssert<?> |
Assertions.assertThat(long actual)
Creates a new instance of
. |
default AbstractLongAssert<?> |
WithAssertions.assertThat(long actual)
Creates a new instance of
. |
static AbstractLongAssert<?> |
AssertionsForClassTypes.assertThat(java.lang.Long actual)
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6Assertions.assertThat(java.lang.Long actual)
Deprecated.
Creates a new instance of
. |
static AbstractLongAssert<?> |
Assertions.assertThat(java.lang.Long actual)
Creates a new instance of
. |
default AbstractLongAssert<?> |
WithAssertions.assertThat(java.lang.Long actual)
Creates a new instance of
. |
default AbstractLongAssert<?> |
WithAssumptions.assumeThat(long actual)
Creates a new instance of
assumption. |
static AbstractLongAssert<?> |
Assumptions.assumeThat(long actual)
Creates a new instance of
assumption. |
default AbstractLongAssert<?> |
WithAssumptions.assumeThat(java.lang.Long actual)
Creates a new instance of
assumption. |
static AbstractLongAssert<?> |
Assumptions.assumeThat(java.lang.Long actual)
Creates a new instance of
assumption. |
static AbstractLongAssert<?> |
BDDAssertions.then(long actual)
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6BDDAssertions.then(long actual)
Deprecated.
Creates a new instance of
. |
static AbstractLongAssert<?> |
BDDAssertions.then(java.lang.Long actual)
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6BDDAssertions.then(java.lang.Long actual)
Deprecated.
Creates a new instance of
. |