OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:viewinteraction
(Results
1 - 25
of
61
) sorted by null
1
2
3
/frameworks/base/docs/html/reference/android/support/test/espresso/
ViewInteractionComponent.html
268
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code>
273
<a href="/reference/android/support/test/espresso/ViewInteractionComponent.html#
viewInteraction
()">
viewInteraction
</a>()
318
<A NAME="
viewInteraction
()"></A>
321
<h3 class="api-name">
viewInteraction
</h3>
329
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a>
viewInteraction
()</pre>
338
<td><code><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">ViewInteraction</a></code></td
[
all
...]
ViewInteraction.html
145
<title>
ViewInteraction
</title>
206
<h1 class="api-title">
ViewInteraction
</h1>
214
ViewInteraction
247
<td colspan="1" class="jd-inheritance-class-cell">android.support.test.espresso.
ViewInteraction
318
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code>
323
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html#check(android.support.test.espresso.ViewAssertion)">check</a>(<a href="/reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a> viewAssert)
345
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code>
350
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html#inRoot(org.hamcrest.Matcher<android.support.test.espresso.Root>)">inRoot</a>(Matcher<<a hr (…)
[
all
...]
DataInteraction.html
262
This interface builds on top of <code><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code> and should be the preferred way to
361
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code>
472
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code>
885
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a> check (<a href="/reference/android/support/test/espresso/ViewAssertion.html">ViewAssertion</a> assertion)</pre>
903
<td><code><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code></td
[
all
...]
Espresso.html
395
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code>
403
<p>Creates a <code><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code> for a given view.
1046
<a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a> onView (Matcher<View> viewMatcher)</pre>
1051
<p>Creates a <code><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code> for a given view. Note: the view has
1067
<td><code><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></code></td
[
all
...]
package-summary.html
400
<td class="jd-linkcol"><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></td>
559
<li class="api apilevel-"><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></li>
IdlingResource.ResourceCallback.html
390
<li class="api apilevel-"><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></li>
FailureHandler.html
468
<li class="api apilevel-"><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></li>
GraphHolder.html
647
<li class="api apilevel-"><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></li>
ViewAssertion.html
423
<li class="api apilevel-"><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></li>
ViewFinder.html
470
<li class="api apilevel-"><a href="/reference/android/support/test/espresso/
ViewInteraction
.html">
ViewInteraction
</a></li>
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatImageViewTest.java
23
import android.support.test.espresso.
ViewInteraction
;
46
ViewInteraction
imageViewInteration = onView(withId(R.id.view_android_src_srccompat));
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
SuggestionsPopupwindowUtils.java
33
import android.support.test.espresso.
ViewInteraction
;
44
public static
ViewInteraction
onSuggestionsPopup() {
48
private static
ViewInteraction
onSuggestionsPopupItem(Matcher<View> matcher) {
DragHandleUtils.java
30
import android.support.test.espresso.
ViewInteraction
;
53
public static
ViewInteraction
onHandleView(int id)
FloatingToolbarEspressoUtils.java
38
import android.support.test.espresso.
ViewInteraction
;
51
private static
ViewInteraction
onFloatingToolBar() {
57
* Creates a {@link
ViewInteraction
} for the floating bar menu item with the given matcher.
61
public static
ViewInteraction
onFloatingToolBarItem(Matcher<View> matcher) {
ContextMenuUtils.java
35
import android.support.test.espresso.
ViewInteraction
;
45
private static
ViewInteraction
onContextMenu() {
/frameworks/base/docs/html/reference/android/support/test/espresso/web/sugar/
package-summary.html
182
Analogous to a
ViewInteraction
or a DataInteraction, a WebInteraction exposes a fluent API to
/frameworks/base/docs/html/training/testing/ui-testing/
espresso-testing.jd
152
<a href="{@docRoot}reference/android/support/test/espresso/
ViewInteraction
.html#perform(android.support.test.espresso.ViewAction...)">{@code
ViewInteraction
.perform()}</a>
311
<a href="{@docRoot}reference/android/support/test/espresso/
ViewInteraction
.html">
312
{@code
ViewInteraction
}</a>
461
Call the <a href="{@docRoot}reference/android/support/test/espresso/
ViewInteraction
.html#perform(android.support.test.espresso.ViewAction...)">{@code
ViewInteraction
.perform()}</a>
531
<a href="{@docRoot}reference/android/support/test/espresso/
ViewInteraction
.html#check(android.support.test.espresso.ViewAssertion)">{@code
ViewInteraction
.check()}</a>
/prebuilts/misc/common/android-support-test/espresso/
espresso-intents-2.2.2-release.jar
espresso-core-2.2.2-release.jar
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-core/2.0/
espresso-core-2.0-sources.jar
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-core/2.1/
espresso-core-2.1-sources.jar
/frameworks/support/design/tests/src/android/support/design/widget/
SnackbarTest.java
27
import android.support.test.espresso.
ViewInteraction
;
125
private void verifyDismissCallback(final
ViewInteraction
interaction,
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
AlertDialogTest.java
28
import android.support.test.espresso.
ViewInteraction
;
712
ViewInteraction
titleIconInteraction = onView(allOf(
[
all
...]
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-core/2.2/
espresso-core-2.2-sources.jar
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-core/2.2.1/
espresso-core-2.2.1-sources.jar
Completed in 906 milliseconds
1
2
3