HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 476 - 500 of 4772) sorted by null

<<11121314151617181920>>

  /frameworks/testing/espresso/espresso-lib/src/main/java/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;
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;
  /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;
  /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-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
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;
27 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withText
    [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;
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-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
LongListMatchersTest.java 17 package com.google.android.apps.common.testing.ui.testapp;
19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.assertThat;
20 import static com.google.android.apps.common.testing.ui.testapp.LongListMatchers.withItemContent;
21 import static com.google.android.apps.common.testing.ui.testapp.LongListMatchers.withItemSize;
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
ScrollActivity.java 17 package com.google.android.apps.common.testing.ui.testapp;
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/
Android.mk 23 src/com/android/testing/alarmservice/Alarm.aidl
  /frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/
Android.mk 25 ../AlarmService/src/com/android/testing/alarmservice/Alarm.aidl
  /hardware/libhardware/tests/camera2/
CameraStreamTests.cpp 45 : public ::testing::TestWithParam<CameraStreamParams>,
91 const ::testing::TestInfo* const test_info =
92 ::testing::UnitTest::GetInstance()->current_test_info();
183 testing::ValuesIn(TestParameters));
ForkedTests.cpp 26 class DISABLED_ForkedTest : public ::testing::Test {
  /ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test_test.h 39 using testing::Test;
41 // For testing that the same type-parameterized test case can be
gtest_prod_test.cc 47 typedef testing::Test PrivateCodeFixtureTest;
gtest_throw_on_failure_test_.cc 57 testing::InitGoogleTest(&argc, argv);
60 // other testing frameworks, as long as they initialize Google Test

Completed in 676 milliseconds

<<11121314151617181920>>