File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4141 "io.opencensus:opencensus-contrib-grpc-metrics:0.31.0" ,
4242 "io.perfmark:perfmark-api:0.27.0" ,
4343 "junit:junit:4.13.2" ,
44+ "org.mockito:mockito-core:4.4.0" ,
4445 "org.checkerframework:checker-qual:3.49.5" ,
4546 "org.codehaus.mojo:animal-sniffer-annotations:1.26" ,
4647]
Original file line number Diff line number Diff line change @@ -15,3 +15,21 @@ java_library(
1515 artifact ("com.google.guava:guava" ),
1616 ],
1717)
18+
19+ java_library (
20+ name = "test_fixtures" ,
21+ testonly = 1 ,
22+ srcs = glob ([
23+ "src/testFixtures/java/io/grpc/**/*.java" ,
24+ ]),
25+ visibility = ["//xds:__pkg__" ],
26+ deps = [
27+ "//core" ,
28+ artifact ("com.google.code.findbugs:jsr305" ),
29+ artifact ("com.google.errorprone:error_prone_annotations" ),
30+ artifact ("com.google.guava:guava" ),
31+ artifact ("com.google.truth:truth" ),
32+ artifact ("junit:junit" ),
33+ artifact ("org.mockito:mockito-core" ),
34+ ],
35+ )
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4545 "io.opencensus:opencensus-contrib-grpc-metrics:0.31.0" ,
4646 "io.perfmark:perfmark-api:0.27.0" ,
4747 "junit:junit:4.13.2" ,
48+ "org.mockito:mockito-core:4.4.0" ,
4849 "org.checkerframework:checker-qual:3.49.5" ,
4950 "org.codehaus.mojo:animal-sniffer-annotations:1.26" ,
5051]
You can’t perform that action at this time.
0 commit comments