| load("//tools/bzl:junit.bzl", "junit_tests") |
| |
| junit_tests( |
| name = "submit_tests", |
| size = "small", |
| srcs = glob( |
| ["**/*.java"], |
| ), |
| visibility = ["//visibility:public"], |
| deps = [ |
| "//java/com/google/gerrit/entities", |
| "//java/com/google/gerrit/server", |
| "//java/com/google/gerrit/testing:gerrit-test-util", |
| "//java/com/google/gerrit/testing:test-ref-update-context", |
| "//lib:guava", |
| "//lib:jgit", |
| "//lib/mockito", |
| "//lib/truth", |
| "//lib/truth:truth-java8-extension", |
| "//lib/truth:truth-proto-extension", |
| "@jgit//org.eclipse.jgit.junit:junit", |
| ], |
| ) |