| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
LongAssert |
AbstractSoftAssertions.assertThat(long actual)
Creates a new instance of
. |
static LongAssert |
Assertions.assertThat(long actual)
Creates a new instance of
. |
LongAssert |
AbstractSoftAssertions.assertThat(Long actual)
Creates a new instance of
. |
static LongAssert |
Assertions.assertThat(Long actual)
Creates a new instance of
. |
static LongAssert |
BDDAssertions.then(long actual)
Creates a new instance of
. |
static LongAssert |
BDDAssertions.then(Long actual)
Creates a new instance of
. |
Copyright © 2013-2014 AssertJ. All Rights Reserved.