public interface

VerificationMode

android.support.test.espresso.intent.VerificationMode

Class Overview

An interface for different modes of verifying intents.

Summary

Public Methods
abstract void verify(Matcher<Intent> matcher, List<VerifiableIntent> recordedIntents)
Verifies the recorded intents that match the provided Matcher.

Public Methods

public abstract void verify (Matcher<Intent> matcher, List<VerifiableIntent> recordedIntents)

Verifies the recorded intents that match the provided Matcher. No intents should be marked as verified unless the verification passes.