Call the <a href="{@docRoot}reference/android/support/test/espresso/ViewInteraction.html#perform(android.support.test.espresso.ViewAction...)">{@code ViewInteraction.perform()}</a>
Asserts that there is no view matching the specified criteria in the current view hierarchy.
</li>
<li>
<a href="{@docRoot}reference/android/support/test/espresso/assertion/ViewAssertions.html#matches(org.hamcrest.Matcher<? super android.view.View>)">{@code matches}</a>:
Asserts that the specified view exists in the current view hierarchy
and its state matches some given Hamcrest matcher.