File tree Expand file tree Collapse file tree 20 files changed +32
-0
lines changed
contrib/java/androidx/test/espresso/contrib
core/java/androidx/test/espresso
device/java/androidx/test/espresso/device/controller
remote/java/androidx/test/espresso
web/java/androidx/test/espresso/web
android_junit_runner/java/androidx/test
android_test_orchestrator/stubapp Expand file tree Collapse file tree 20 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ android_library(
51
51
52
52
android_library (
53
53
name = "picker_actions" ,
54
+ testonly = 1 ,
54
55
srcs = ["PickerActions.java" ],
55
56
visibility = ["//visibility:public" ],
56
57
deps = [
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ android_library(
202
202
203
203
android_library (
204
204
name = "espresso_aar_lib" ,
205
+ testonly = 1 ,
205
206
custom_package = "androidx.test.espresso.core" ,
206
207
manifest = "AndroidManifest.xml" ,
207
208
proguard_specs = [":proguard_library.cfg" ],
@@ -214,6 +215,7 @@ android_library(
214
215
215
216
axt_android_aar (
216
217
name = "espresso_core_aar" ,
218
+ testonly = 1 ,
217
219
expected_class_prefixes = [
218
220
"androidx.test.espresso" ,
219
221
],
@@ -224,6 +226,7 @@ axt_android_aar(
224
226
225
227
maven_artifact (
226
228
name = "espresso_core_maven_artifact" ,
229
+ testonly = 1 ,
227
230
last_updated = "20170622000000" ,
228
231
target = ":espresso_core_aar" ,
229
232
)
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ android_library(
49
49
50
50
android_library (
51
51
name = "active_root_lister" ,
52
+ testonly = 1 ,
52
53
srcs = ["ActiveRootLister.java" ],
53
54
visibility = [
54
55
"//espresso/core/java/androidx/test/espresso:espresso_first_party" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ package(
14
14
15
15
kt_android_library (
16
16
name = "controller" ,
17
+ testonly = 1 ,
17
18
srcs = [
18
19
"DeviceControllerOperationException.kt" ,
19
20
"DeviceMode.kt" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ package(
12
12
13
13
android_library (
14
14
name = "data-interaction-remote" ,
15
+ testonly = 1 ,
15
16
srcs = [
16
17
"DataInteractionRemote.java" ,
17
18
],
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ package(
12
12
13
13
android_library (
14
14
name = "remote_view_actions" ,
15
+ testonly = 1 ,
15
16
srcs = glob (
16
17
["*.java" ],
17
18
),
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ package(
12
12
13
13
android_library (
14
14
name = "remote_view_assertions" ,
15
+ testonly = 1 ,
15
16
srcs = glob (
16
17
["*.java" ],
17
18
),
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ REMOTE_HAMCREST_v1_3_CORE_MATCHERS = [
16
16
17
17
android_library (
18
18
name = "remote_view_matchers" ,
19
+ testonly = 1 ,
19
20
srcs = glob (
20
21
["*.java" ],
21
22
exclude = REMOTE_HAMCREST_v1_3_CORE_MATCHERS ,
@@ -35,6 +36,7 @@ android_library(
35
36
36
37
android_library (
37
38
name = "remote_hamcrest_v1_3_core_matchers" ,
39
+ testonly = 1 ,
38
40
srcs = glob (
39
41
REMOTE_HAMCREST_v1_3_CORE_MATCHERS ,
40
42
),
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ REMOTE_REGISTRY = [
26
26
27
27
android_library (
28
28
name = "registry" ,
29
+ testonly = 1 ,
29
30
srcs = REMOTE_REGISTRY ,
30
31
visibility = ["//visibility:public" ],
31
32
deps = [
@@ -60,6 +61,7 @@ PROTO_UTILS = [
60
61
61
62
android_library (
62
63
name = "protoUtils" ,
64
+ testonly = 1 ,
63
65
srcs = PROTO_UTILS ,
64
66
visibility = ["//visibility:public" ],
65
67
deps = [
@@ -83,6 +85,7 @@ android_library(
83
85
84
86
android_library (
85
87
name = "remote" ,
88
+ testonly = 1 ,
86
89
srcs = glob (
87
90
["*.java" ],
88
91
exclude = PROTO_UTILS + REMOTE_REGISTRY ,
@@ -130,6 +133,7 @@ android_library(
130
133
131
134
axt_android_aar (
132
135
name = "espresso_remote_aar" ,
136
+ testonly = 1 ,
133
137
expected_class_prefixes = [
134
138
"androidx.test.espresso" ,
135
139
],
@@ -139,6 +143,7 @@ axt_android_aar(
139
143
140
144
maven_artifact (
141
145
name = "espresso_remote_maven_artifact" ,
146
+ testonly = 1 ,
142
147
last_updated = "20170622000000" ,
143
148
target = ":espresso_remote_aar" ,
144
149
)
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ package(
13
13
14
14
android_library (
15
15
name = "remote_web_actions" ,
16
+ testonly = 1 ,
16
17
srcs = glob (
17
18
["*.java" ],
18
19
),
You can’t perform that action at this time.
0 commit comments