Skip to content

Most visited

Recently visited

navigation

VerificationModes

public final class VerificationModes
extends Object

java.lang.Object
   ↳ android.support.test.espresso.intent.VerificationModes


Implementations of VerificationMode.

Summary

Public methods

static VerificationMode noUnverifiedIntents()

Creates a VerificationMode in which all matching intents must have been previously verified.

static VerificationMode times(int times)

Creates a VerificationMode in which a specified number of intents must match.

Inherited methods

From class java.lang.Object

Public methods

noUnverifiedIntents

VerificationMode noUnverifiedIntents ()

Creates a VerificationMode in which all matching intents must have been previously verified.

Returns
VerificationMode

times

VerificationMode times (int times)

Creates a VerificationMode in which a specified number of intents must match.

Parameters
times int
Returns
VerificationMode
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.