public interface VerifiableIntent extends ResolvedIntent


A ResolvedIntent that can be marked as verified.

Summary

Public methods

abstract boolean

Returns true if this recorded intent has been verified.

abstract void

Marks this recorded intent as verified.

Inherited methods

From androidx.test.espresso.intent.ResolvedIntent
abstract boolean
canBeHandledBy(String appPackage)

Returns true if this recorded intent can be handled by an activity in the given package.

abstract Intent

Returns the underlying Intent.

Public methods

hasBeenVerified

abstract boolean hasBeenVerified()

Returns true if this recorded intent has been verified.

markAsVerified

abstract void markAsVerified()

Marks this recorded intent as verified.