| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractShortArrayAssert<SELF extends AbstractShortArrayAssert<SELF>> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ShortArrayAssert |
Assertion methods for arrays of
shorts. |
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractShortArrayAssert<?> |
Assertions.assertThat(short[] actual) |
Creates a new instance of
. |
static AbstractShortArrayAssert<?> |
AssertionsForClassTypes.assertThat(short[] actual) |
Creates a new instance of
. |
static AbstractShortArrayAssert<?> |
Java6Assertions.assertThat(short[] actual) |
Creates a new instance of
. |
default AbstractShortArrayAssert<?> |
WithAssertions.assertThat(short[] actual) |
Delegate call to
Assertions.assertThat(short[]) |
static AbstractShortArrayAssert<?> |
BDDAssertions.then(short[] actual) |
Creates a new instance of
. |
static AbstractShortArrayAssert<?> |
Java6BDDAssertions.then(short[] actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.