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

VerificationMode

interface VerificationMode


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

verify

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.