| 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 | Field and Description |
|---|---|
static InstanceOfAssertFactory<java.lang.String,AbstractStringAssert<?>> |
InstanceOfAssertFactories.STRING
InstanceOfAssertFactory for a String. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractStringAssert<?> |
WithAssertions.assertThat(java.lang.String actual)
Creates a new instance of
. |
static AbstractStringAssert<?> |
Java6Assertions.assertThat(java.lang.String actual)
Deprecated.
Creates a new instance of
. |
static AbstractStringAssert<?> |
AssertionsForClassTypes.assertThat(java.lang.String actual)
Creates a new instance of
. |
static AbstractStringAssert<?> |
Assertions.assertThat(java.lang.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. |
default AbstractStringAssert<?> |
WithAssumptions.assumeThat(java.lang.String actual)
Creates a new instance of
assumption. |
static AbstractStringAssert<?> |
Assumptions.assumeThat(java.lang.String actual)
Creates a new instance of
assumption. |
static AbstractStringAssert<?> |
Java6BDDAssertions.then(java.lang.String actual)
Deprecated.
Creates a new instance of
. |
static AbstractStringAssert<?> |
BDDAssertions.then(java.lang.String actual)
Creates a new instance of
. |