toggle menu
kakao
3.6.3-SNAPSHOT
androidJvm
switch theme
search in API
kakao
/
io.github.kakaocup.kakao.common.matchers
/
ToolbarTitleMatcher
Toolbar
Title
Matcher
public
final
class
ToolbarTitleMatcher
extends
BoundedMatcher
<
View
,
Toolbar
>
Members
Constructors
Toolbar
Title
Matcher
Link copied to clipboard
public
ToolbarTitleMatcher
ToolbarTitleMatcher
(
String
title
)
public
ToolbarTitleMatcher
ToolbarTitleMatcher
(
@
StringRes
(
)
Integer
resId
)
public
ToolbarTitleMatcher
ToolbarTitleMatcher
(
)
Properties
res
Id
Link copied to clipboard
private
Integer
resId
title
Link copied to clipboard
private
String
title
Functions
_dont_implement_Matcher___instead_extend_Base
Matcher_
Link copied to clipboard
@
Deprecated
(
message
=
"Deprecated in Java"
)
public
final
Unit
_dont_implement_Matcher___instead_extend_BaseMatcher_
(
)
describe
Mismatch
Link copied to clipboard
public
Unit
describeMismatch
(
Object
item
,
Description
description
)
describe
To
Link copied to clipboard
public
Unit
describeTo
(
Description
desc
)
get
Res
Id
Link copied to clipboard
public
final
Integer
getResId
(
)
get
Title
Link copied to clipboard
public
final
String
getTitle
(
)
matches
Link copied to clipboard
public
final
Boolean
matches
(
Object
item
)
set
Res
Id
Link copied to clipboard
public
final
Unit
setResId
(
Integer
resId
)
set
Title
Link copied to clipboard
public
final
Unit
setTitle
(
String
title
)
to
String
Link copied to clipboard
public
String
toString
(
)