| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
default CharSequenceAssert |
Java6StandardSoftAssertionsProvider.assertThat(CharSequence actual)
Creates a new instance of
. |
default CharSequenceAssert |
Java6StandardSoftAssertionsProvider.assertThat(StringBuffer actual)
Creates a new instance of
from a StringBuffer. |
default CharSequenceAssert |
Java6StandardSoftAssertionsProvider.assertThat(StringBuilder actual)
Creates a new instance of
from a StringBuilder. |
default CharSequenceAssert |
Java6BDDSoftAssertionsProvider.then(CharSequence actual)
Creates a new instance of
. |
default CharSequenceAssert |
Java6BDDSoftAssertionsProvider.then(StringBuffer actual)
Creates a new instance of
from a StringBuffer. |
default CharSequenceAssert |
Java6BDDSoftAssertionsProvider.then(StringBuilder actual)
Creates a new instance of
from a StringBuilder. |
Copyright © 2025. All rights reserved.