Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
CharSequenceAssert |
Java6AbstractStandardSoftAssertions.assertThat(CharSequence actual)
Creates a new instance of
. |
CharSequenceAssert |
Java6AbstractStandardSoftAssertions.assertThat(StringBuffer actual)
Creates a new instance of
from a StringBuffer . |
CharSequenceAssert |
Java6AbstractStandardSoftAssertions.assertThat(StringBuilder actual)
Creates a new instance of
from a StringBuilder . |
CharSequenceAssert |
Java6AbstractBDDSoftAssertions.then(CharSequence actual)
Creates a new instance of
. |
CharSequenceAssert |
Java6AbstractBDDSoftAssertions.then(StringBuffer actual)
Creates a new instance of
from a StringBuffer . |
CharSequenceAssert |
Java6AbstractBDDSoftAssertions.then(StringBuilder actual)
Creates a new instance of
from a StringBuilder . |
Copyright © 2014–2019 AssertJ. All rights reserved.