| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStringAssert<SELF extends AbstractStringAssert<SELF>> |
| Modifier and Type | Class and Description |
|---|---|
class |
StringAssert
Assertion methods for
Strings. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractStringAssert<?> |
WithAssertions.assertThat(String actual)
Creates a new instance of
. |
static AbstractStringAssert<?> |
Assertions.assertThat(String actual)
Creates a new instance of
. |
static AbstractStringAssert<?> |
AssertionsForClassTypes.assertThat(String actual)
Creates a new instance of
. |
static AbstractStringAssert<?> |
Java6Assertions.assertThat(String actual)
Creates a new instance of
. |
AbstractStringAssert<?> |
AbstractAssert.asString()
Returns a String assertion for the
toString() of the actual
value, to allow chaining of String-specific assertions from this call. |
static AbstractStringAssert<?> |
Assumptions.assumeThat(String actual)
Creates a new instance of
assumption. |
default AbstractStringAssert<?> |
WithAssumptions.assumeThat(String actual)
Creates a new instance of
assumption. |
static AbstractStringAssert<?> |
Java6BDDAssertions.then(String actual)
Creates a new instance of
. |
static AbstractStringAssert<?> |
BDDAssertions.then(String actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.