public final class

VerificationModes

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

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static VerificationMode noUnverifiedIntents ()

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

public static VerificationMode times (int times)

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