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