Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractLongAssert<SELF extends AbstractLongAssert<SELF>> |
Base class for all implementations of assertions for
Long s. |
Modifier and Type | Class | Description |
---|---|---|
class |
LongAssert |
Assertion methods for
Long s. |
Modifier and Type | Method | Description |
---|---|---|
static AbstractLongAssert<?> |
Assertions.assertThat(long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
Assertions.assertThat(Long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
AssertionsForClassTypes.assertThat(long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
AssertionsForClassTypes.assertThat(Long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6Assertions.assertThat(long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6Assertions.assertThat(Long actual) |
Creates a new instance of
. |
default AbstractLongAssert<?> |
WithAssertions.assertThat(long actual) |
Delegate call to
Assertions.assertThat(long) |
default AbstractLongAssert<?> |
WithAssertions.assertThat(Long actual) |
Delegate call to
Assertions.assertThat(Long) |
static AbstractLongAssert<?> |
BDDAssertions.then(long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
BDDAssertions.then(Long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6BDDAssertions.then(long actual) |
Creates a new instance of
. |
static AbstractLongAssert<?> |
Java6BDDAssertions.then(Long actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.