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