Tests for launch support on default feature

Includes some espresso tests to ensure that the proper
tab is selected when you attempt to launch settings.

Bug: 30233920
Change-Id: I171293114bd84b064b333091fcf2394d44debed5
(cherry picked from commit d1ef20beaa)
This commit is contained in:
Salvador Martinez
2016-07-29 09:50:56 -07:00
parent 1339fe799d
commit 3fb4e96b0d
4 changed files with 119 additions and 3 deletions

View File

@@ -7,6 +7,11 @@ LOCAL_CERTIFICATE := platform
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
mockito-target \
espresso-core
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)