-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove android_library_instrumentation_tests usages in favor of axt_a…
…ndroid_library_test. PiperOrigin-RevId: 567439955
- Loading branch information
1 parent
5fdd761
commit 5d69602
Showing
4 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
espresso/idling_resource/javatests/androidx/test/espresso/idling/BUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Description: | ||
# Tests for espresso idling resources | ||
|
||
load( | ||
"//build_extensions:android_library_test.bzl", | ||
"axt_android_library_test", | ||
) | ||
|
||
package(default_applicable_licenses = ["//espresso:license"]) | ||
|
||
licenses(["notice"]) | ||
|
||
axt_android_library_test( | ||
name = "CountingIdlingResourceTest", | ||
srcs = ["CountingIdlingResourceTest.java"], | ||
deps = [ | ||
"//core", | ||
"//espresso/idling_resource/java/androidx/test/espresso:idling_resource_internal", | ||
"//ext/junit", | ||
"//runner/android_junit_runner", | ||
"@maven//:junit_junit", | ||
"@maven//:org_mockito_mockito_core", | ||
], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters