1java_binary( 2 name = "fuzz_target_mocks", 3 srcs = glob(["test/*.java"]), 4 create_executable = False, 5 visibility = ["//visibility:public"], 6) 7