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