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