OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:espresso
(Results
1 - 25
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/
EspressoException.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
20
* Used for identifying an exception as coming from the {@link
Espresso
} framework.
ViewFinder.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
FailureHandler.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
IdlingResourceTimeoutException.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
InjectEventSecurityException.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
PrecisionDescriber.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
Swiper.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import com.google.android.apps.common.testing.ui.
espresso
.UiController;
Tapper.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
19
import com.google.android.apps.common.testing.ui.
espresso
.UiController;
CoordinatesProvider.java
17
package com.google.android.apps.common.testing.ui.
espresso
.action;
ScrollToAction.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.isAssignableFrom;
20
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDescendantOfA;
21
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayingAtLeast;
22
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.withEffectiveVisibility;
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
.matcher.ViewMatchers.Visibility;
30
import com.google.android.apps.common.testing.ui.
espresso
.util.HumanReadables
[
all
...]
ClearTextAction.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.isAssignableFrom;
20
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.isDisplayed;
23
import com.google.android.apps.common.testing.ui.
espresso
.UiController;
24
import com.google.android.apps.common.testing.ui.
espresso
.ViewAction;
EditorAction.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;
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;
/frameworks/testing/espresso/espresso-lib/
gradle.properties
18
POM_NAME=
Espresso
Library
20
POM_ARTIFACT_ID=
espresso
-lib
/frameworks/testing/espresso/idling-resource-interface/src/main/java/com/google/android/apps/common/testing/ui/espresso/
IdlingResource.java
17
package com.google.android.apps.common.testing.ui.
espresso
;
22
* default, {@link
Espresso
} synchronizes all view operations with the UI thread as well as
24
* authors can register the custom resource and {@link
Espresso
} will wait for the resource to
37
* Returns {@code true} if resource is currently idle.
Espresso
will <b>always</b> call this
43
* Registers the given {@link ResourceCallback} with the resource.
Espresso
will call this method:
58
* Registered by an {@link IdlingResource} to notify
Espresso
of a transition to idle.
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
EventInjectionStrategy.java
17
package com.google.android.apps.common.testing.ui.
espresso
.base;
19
import com.google.android.apps.common.testing.ui.
espresso
.InjectEventSecurityException;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
EditorActionIntegrationTest.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.pressImeActionButton;
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.matches;
23
import static com.google.android.apps.common.testing.ui.
espresso
.matcher.ViewMatchers.hasImeAction;
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
...]
TypeTextActionIntegrationTest.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.pressImeActionButton;
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
.action.ViewActions.typeText;
23
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.typeTextIntoFocusedView;
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.withId
[
all
...]
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
CustomFailureHandlerTest.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
.setFailureHandler;
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
.matcher.ViewMatchers.withText;
24
import com.google.android.apps.common.testing.ui.
espresso
.FailureHandler;
25
import com.google.android.apps.common.testing.ui.
espresso
.NoMatchingViewException;
26
import com.google.android.apps.common.testing.ui.
espresso
.base.DefaultFailureHandler;
BasicTest.java
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
.action.ViewActions.typeText;
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.withId
[
all
...]
SwipeTest.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.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.isDisplayed;
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;
27
import com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions;
DrawerActionsTest.java
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
.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
.contrib.DrawerActions.closeDrawer;
24
import static com.google.android.apps.common.testing.ui.
espresso
.contrib.DrawerActions.openDrawer;
25
import static com.google.android.apps.common.testing.ui.
espresso
.contrib.DrawerMatchers.isClosed;
26
import static com.google.android.apps.common.testing.ui.
espresso
.contrib.DrawerMatchers.isOpen
[
all
...]
MultipleWindowTest.java
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
.action.ViewActions.clearText;
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
.action.ViewActions.scrollTo;
24
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.typeText;
25
import static com.google.android.apps.common.testing.ui.
espresso
.action.ViewActions.typeTextIntoFocusedView;
26
import static com.google.android.apps.common.testing.ui.
espresso
.assertion.ViewAssertions.matches
[
all
...]
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
DefaultFailureHandlerTest.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
.assertion.ViewAssertions.matches;
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.isRoot;
26
import com.google.android.apps.common.testing.ui.
espresso
.AmbiguousViewMatcherException;
27
import com.google.android.apps.common.testing.ui.
espresso
.NoMatchingViewException;
28
import com.google.android.apps.common.testing.ui.
espresso
.ViewAssertion;
41
* Tests
Espresso
's default failure handling
[
all
...]
OnDemandIdlingResource.java
17
package com.google.android.apps.common.testing.ui.
espresso
.base;
19
import com.google.android.apps.common.testing.ui.
espresso
.IdlingResource;
/frameworks/testing/espresso/espresso-contrib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/
DrawerActionsIntegrationTest.java
17
package com.google.android.apps.common.testing.ui.
espresso
.contrib;
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
.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
.contrib.DrawerActions.closeDrawer;
24
import static com.google.android.apps.common.testing.ui.
espresso
.contrib.DrawerActions.openDrawer;
25
import static com.google.android.apps.common.testing.ui.
espresso
.contrib.DrawerMatchers.isClosed
[
all
...]
Completed in 379 milliseconds
1
2
3
4
5