java.lang.Object |
↳ |
android.support.test.espresso.matcher.PreferenceMatchers |
Class Overview
A collection of hamcrest matchers that match Preference
s.
Summary
Public Methods |
static
Matcher<Preference>
|
isEnabled()
|
static
Matcher<Preference>
|
withKey(String key)
|
static
Matcher<Preference>
|
withKey(Matcher<String> keyMatcher)
|
static
Matcher<Preference>
|
withSummary(int resourceId)
|
static
Matcher<Preference>
|
withSummaryText(Matcher<String> summaryMatcher)
|
static
Matcher<Preference>
|
withSummaryText(String summary)
|
static
Matcher<Preference>
|
withTitle(int resourceId)
|
static
Matcher<Preference>
|
withTitleText(String title)
|
static
Matcher<Preference>
|
withTitleText(Matcher<String> titleMatcher)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Methods
public
static
Matcher<Preference>
isEnabled
()
public
static
Matcher<Preference>
withKey
(String key)
public
static
Matcher<Preference>
withKey
(Matcher<String> keyMatcher)
public
static
Matcher<Preference>
withSummary
(int resourceId)
public
static
Matcher<Preference>
withSummaryText
(Matcher<String> summaryMatcher)
public
static
Matcher<Preference>
withSummaryText
(String summary)
public
static
Matcher<Preference>
withTitle
(int resourceId)
public
static
Matcher<Preference>
withTitleText
(String title)
public
static
Matcher<Preference>
withTitleText
(Matcher<String> titleMatcher)