{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class ComponentNameMatchers
A collection of hamcrest matchers to match ComponentName objects.
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
static Matcher<ComponentName> |
hasClassName(String className) |
static Matcher<ComponentName> |
hasClassName(Matcher<String> classNameMatcher) |
static Matcher<ComponentName> |
Matches a component based on the target package name found through the Instrumentation Registry for the test. |
static Matcher<ComponentName> |
hasPackageName(String packageName) |
static Matcher<ComponentName> |
hasPackageName(Matcher<String> packageNameMatcher) |
static Matcher<ComponentName> |
hasShortClassName(String shortClassName) |
static Matcher<ComponentName> |
hasShortClassName(Matcher<String> shortClassNameMatcher) |
public static Matcher<ComponentName> hasMyPackageName()
Matches a component based on the target package name found through the Instrumentation Registry for the test.
public static Matcher<ComponentName> hasPackageName(Matcher<String> packageNameMatcher)
public static Matcher<ComponentName> hasShortClassName(Matcher<String> shortClassNameMatcher)