toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing.assertj
/
SubCharSequenceMatcher
Sub
Char
Sequence
Matcher
abstract
class
SubCharSequenceMatcher
:
TypeSafeMatcher
<
T
>
An implementation like
SubstringMatcher
but generalized to
CharSequence
instead of
CharSequence
.
Inheritors
CharSequenceContains
Members
Functions
_dont_implement_Matcher___instead_extend_Base
Matcher_
Link copied to clipboard
fun
_dont_implement_Matcher___instead_extend_BaseMatcher_
(
)
describe
Mismatch
Link copied to clipboard
fun
describeMismatch
(
item
:
Any
,
description
:
Description
)
describe
Mismatch
Safely
Link copied to clipboard
open
fun
describeMismatchSafely
(
item
:
CharSequence
,
mismatchDescription
:
Description
)
describe
To
Link copied to clipboard
open
fun
describeTo
(
description
:
Description
)
matches
Link copied to clipboard
fun
matches
(
item
:
Any
)
:
Boolean
matches
Safely
Link copied to clipboard
open
fun
matchesSafely
(
item
:
CharSequence
)
:
Boolean
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String