VerificationMode

public interface VerificationMode

android.support.test.espresso.intent.VerificationMode


用于验证意图的不同模式的界面。

Summary

Public methods

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

验证与提供的 Matcher匹配的录制意图。

Public methods

verify

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

验证与提供的Matcher匹配的录制意图。 除非验证通过,否则不应将任何意图标记为已验证。

Parameters
matcher Matcher
recordedIntents List