OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:espresso
(Results
26 - 50
of
122
) sorted by null
1
2
3
4
5
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
NoActivityResumedException.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
UiController.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
ViewAction.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
ViewAssertion.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
ViewInteractionModule.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
21
import com.google.android.apps.common.testing.ui.
espresso
.base.RootViewPicker;
22
import com.google.android.apps.common.testing.ui.
espresso
.base.ViewFinderImpl;
23
import com.google.android.apps.common.testing.ui.
espresso
.matcher.RootMatchers;
34
* Adds the user interaction scope to the
Espresso
graph.
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Press.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
TypeTextAction.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.hasFocus;
20
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isAssignableFrom;
21
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
22
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.supportsInputMethods;
27
import com.google.android.apps.common.testing.ui.
espresso
.InjectEventSecurityException;
28
import com.google.android.apps.common.testing.ui.
espresso
.PerformException;
29
import com.google.android.apps.common.testing.ui.
espresso
.UiController;
30
import com.google.android.apps.common.testing.ui.
espresso
.ViewAction;
31
import com.google.android.apps.common.testing.ui.
espresso
.util.HumanReadables
[
all
...]
GeneralSwipeAction.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayingAtLeast;
21
import com.google.android.apps.common.testing.ui.
espresso
.PerformException;
22
import com.google.android.apps.common.testing.ui.
espresso
.UiController;
23
import com.google.android.apps.common.testing.ui.
espresso
.ViewAction;
24
import com.google.android.apps.common.testing.ui.
espresso
.util.HumanReadables;
KeyEventAction.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
24
import com.google.android.apps.common.testing.ui.
espresso
.InjectEventSecurityException;
25
import com.google.android.apps.common.testing.ui.
espresso
.NoActivityResumedException;
26
import com.google.android.apps.common.testing.ui.
espresso
.PerformException;
27
import com.google.android.apps.common.testing.ui.
espresso
.UiController;
28
import com.google.android.apps.common.testing.ui.
espresso
.ViewAction;
29
import com.google.android.apps.common.testing.ui.
espresso
.util.HumanReadables;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
CompatAsyncTask.java
17
package com.google.android.apps.common.testing.ui.
espresso
.base;
Default.java
17
package com.google.android.apps.common.testing.ui.
espresso
.base;
MainThread.java
17
package com.google.android.apps.common.testing.ui.
espresso
.base;
SdkAsyncTask.java
17
package com.google.android.apps.common.testing.ui.
espresso
.base;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
UnitTests.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
ScrollToTest.java
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
21
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.scrollTo;
22
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId;
31
* {@link com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions#scrollTo()}.
45
//
Espresso
will not launch our activity for us, we must launch it via getActivity().
ActionBarTest.java
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.openActionBarOverflowOrOptionsMenu;
21
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.openContextualActionModeOverflowMenu;
22
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
23
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId;
25
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withText
[
all
...]
AdvancedSynchronizationTest.java
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.registerIdlingResources;
21
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
22
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
23
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withText;
27
import com.google.android.apps.common.testing.ui.
espresso
.contrib.CountingIdlingResource;
53
// network call). Whenever the count goes to zero,
Espresso
will be notified that thi
[
all
...]
MenuTest.java
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
21
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.longClick;
22
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.pressMenuKey;
23
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.doesNotExist;
24
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
25
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
26
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isRoot;
27
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId
[
all
...]
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
ClearTextActionIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.clearText;
21
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.typeText;
22
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
23
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withText;
SwipeActionIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.swipeLeft;
21
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.swipeRight;
22
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
23
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.hasDescendant;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
25
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId;
26
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withText
[
all
...]
WindowOrderingIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
21
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.scrollTo;
22
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.doesNotExist;
23
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
25
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId;
26
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withText
[
all
...]
ScrollToActionIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.scrollTo;
21
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
22
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
23
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId;
EventActionIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
21
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.doubleClick;
22
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.longClick;
23
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isAssignableFrom;
25
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
26
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withId
[
all
...]
KeyEventActionIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onData;
20
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
21
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.pressBack;
22
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
23
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isAssignableFrom
[
all
...]
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
IdlingResourceIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.base;
19
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.onView;
20
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.pressBack;
21
import static com.google.android.apps.common.testing.ui.
espresso
.
Espresso
.registerIdlingResources;
22
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.click;
23
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches;
24
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed
[
all
...]
Completed in 702 milliseconds
1
2
3
4
5