blob: 36958a3e6aeaaca4e9133696fc83c4e6aa8507bf [file] [log] [blame]
load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "http_tests",
srcs = glob(["**/*.java"]),
deps = [
"//java/com/google/gerrit/util/http",
"//javatests/com/google/gerrit/util/http/testutil",
"//lib:junit",
"//lib:servlet-api-without-neverlink",
"//lib/mockito",
"//lib/truth",
],
)