{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

Class Index

These are all the API classes. See all API packages.

A  B  C  I  O  R  U  V  

A

ActivityResultFunction

Function that returns an ActivityResult, to be called by getActivityResultFunctionForIntent.

B

BundleMatchers

A collection of hamcrest matchers to match Bundle objects.

C

Checks

Substitute for Guava Preconditions to avoid guava as a dep.

ComponentNameMatchers

A collection of hamcrest matchers to match ComponentName objects.

I

IntentMatchers

A collection of hamcrest matchers for matching Intent objects.

Intents

Intents enables validation and stubbing of intents sent out by the application under test.

IntentsRule

Rule for performing set up and tear down of Espresso-Intents API.

IntentsTestRule

This class is deprecated.

Use androidx.test.espresso.intent.rule.IntentsRule, and if necessary in conjunction with androidx.test.core.app.ActivityScenario or instead.

O

OngoingStubbing

Supports method chaining after @Intents#intending method call.

R

ResettingStubber

A sneaky singleton object used to respond to intents with fake responses.

ResettingStubberImpl

Implementation of ResettingStubber

ResolvedIntent

An Intent that has been processed to determine the set of packages to which it resolves.

U

UriMatchers

A collection of matchers for Uris, which can match Uris on their properties (host, path, ...).

V

VerifiableIntent

A ResolvedIntent that can be marked as verified.

VerificationMode

An interface for different modes of verifying intents.

VerificationModes

Implementations of VerificationMode.