Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharArrayAssert<SELF extends AbstractCharArrayAssert<SELF>> |
Modifier and Type | Class and Description |
---|---|
class |
CharArrayAssert
Assertion methods for arrays of
char s. |
Modifier and Type | Method and Description |
---|---|
default AbstractCharArrayAssert<?> |
WithAssertions.assertThat(char[] actual)
Creates a new instance of
. |
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
. |
static AbstractCharArrayAssert<?> |
Assumptions.assumeThat(char[] actual)
Creates a new instance of
assumption. |
default AbstractCharArrayAssert<?> |
WithAssumptions.assumeThat(char[] actual)
Creates a new instance of
assumption. |
static AbstractCharArrayAssert<?> |
Java6BDDAssertions.then(char[] actual)
Creates a new instance of
. |
static AbstractCharArrayAssert<?> |
BDDAssertions.then(char[] actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.