| 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
Longs. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileSizeAssert<SELF extends AbstractFileAssert<SELF>>
Base class for file size assertions.
|
class |
FileSizeAssert<T> |
class |
LongAssert
Assertion methods for
Longs. |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Long,AbstractLongAssert<?>> |
InstanceOfAssertFactories.LONG
|
| Modifier and Type | Method and Description |
|---|---|
default AbstractLongAssert<?> |
WithAssertions.assertThat(long actual)
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6Assertions.assertThat(long actual)
Deprecated.
Creates a new instance of
. |
static AbstractLongAssert<?> |
AssertionsForClassTypes.assertThat(long actual)
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<?> |
Java6Assertions.assertThat(Long actual)
Deprecated.
Creates a new instance of
. |
static AbstractLongAssert<?> |
AssertionsForClassTypes.assertThat(Long actual)
Creates a new instance of
. |
static AbstractLongAssert<?> |
Assertions.assertThat(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(Long actual)
Creates a new instance of
assumption. |
static AbstractLongAssert<?> |
Assumptions.assumeThat(Long actual)
Creates a new instance of
assumption. |
static AbstractLongAssert<?> |
BDDAssumptions.given(long actual)
Creates a new assumption's instance for a
long value. |
static AbstractLongAssert<?> |
BDDAssumptions.given(Long actual)
Creates a new assumption's instance for a
Long value. |
static AbstractLongAssert<?> |
Java6BDDAssertions.then(long actual)
Deprecated.
Creates a new instance of
. |
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(Long actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.