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