Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
CharSequenceAssert |
Java6AbstractStandardSoftAssertions.assertThat(java.lang.CharSequence actual)
Creates a new instance of
. |
CharSequenceAssert |
Java6AbstractStandardSoftAssertions.assertThat(java.lang.StringBuffer actual)
Creates a new instance of
from a StringBuffer . |
CharSequenceAssert |
Java6AbstractStandardSoftAssertions.assertThat(java.lang.StringBuilder actual)
Creates a new instance of
from a StringBuilder . |
CharSequenceAssert |
Java6AbstractBDDSoftAssertions.then(java.lang.CharSequence actual)
Creates a new instance of
. |
CharSequenceAssert |
Java6AbstractBDDSoftAssertions.then(java.lang.StringBuffer actual)
Creates a new instance of
from a StringBuffer . |
CharSequenceAssert |
Java6AbstractBDDSoftAssertions.then(java.lang.StringBuilder actual)
Creates a new instance of
from a StringBuilder . |