{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface VerificationMode
An interface for different modes of verifying intents.
Public functions |
|
|---|---|
Unit |
verify(Verifies the recorded intents that match the provided Matcher. |
fun verify(
matcher: Matcher<Intent>!,
recordedIntents: (Mutable)List<VerifiableIntent!>!
): Unit
Verifies the recorded intents that match the provided Matcher. No intents should be marked as verified unless the verification passes.