Package org.assertj.core.api
Class CharSequenceAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<CharSequenceAssert,CharSequence>
org.assertj.core.api.AbstractCharSequenceAssert<CharSequenceAssert,CharSequence>
org.assertj.core.api.CharSequenceAssert
- All Implemented Interfaces:
Assert<CharSequenceAssert,
,CharSequence> Descriptable<CharSequenceAssert>
,EnumerableAssert<CharSequenceAssert,
,Character> ExtensionPoints<CharSequenceAssert,
CharSequence>
Assertion methods for
CharSequence
s.
To create a new instance of this class, invoke
.
Assertions.assertThat(CharSequence)
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractCharSequenceAssert
strings
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractCharSequenceAssert
contains, contains, containsIgnoringCase, containsOnlyDigits, containsOnlyOnce, containsPattern, containsPattern, containsSequence, containsSequence, doesNotContain, doesNotContainPattern, doesNotContainPattern, doesNotEndWith, doesNotMatch, doesNotMatch, doesNotStartWith, endsWith, hasLineCount, hasSameSizeAs, hasSameSizeAs, hasSameSizeAs, hasSize, inHexadecimal, inUnicode, isBlank, isEmpty, isEqualToIgnoringCase, isEqualToIgnoringWhitespace, isEqualToNormalizingNewlines, isEqualToNormalizingWhitespace, isJavaBlank, isNotBlank, isNotEmpty, isNotEqualToIgnoringCase, isNotEqualToIgnoringWhitespace, isNotEqualToNormalizingWhitespace, isNotJavaBlank, isNullOrEmpty, isSubstringOf, isXmlEqualTo, isXmlEqualToContentOf, matches, matches, startsWith, usingComparator, usingDefaultComparator, usingDefaultElementComparator, usingElementComparator
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
CharSequenceAssert
-