The list of supported Truth extensions is only going to grow. Change-Id: Ic67a9df6a7548d964fc10b13c10b6db1c96e514e
15 lines
350 B
Python
15 lines
350 B
Python
package(default_testonly = 1)
|
|
|
|
java_library(
|
|
name = "testing",
|
|
srcs = glob(["*.java"]),
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//java/com/google/gerrit/common:annotations",
|
|
"//lib:guava",
|
|
"//lib/jgit/org.eclipse.jgit:jgit",
|
|
"//lib/truth",
|
|
"//lib/truth:truth-java8-extension",
|
|
],
|
|
)
|