File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
java/client/test/org/openqa/selenium/remote/codec Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ load ("//java:defs.bzl" , "java_test_suite" )
2
+
3
+ java_test_suite (
4
+ name = "SmallTests" ,
5
+ size = "small" ,
6
+ srcs = glob (["*.java" ]),
7
+ deps = [
8
+ "//java/client/src/org/openqa/selenium/json" ,
9
+ "//java/client/src/org/openqa/selenium/remote" ,
10
+ "//java/client/src/org/openqa/selenium/remote/http" ,
11
+ "//third_party/java/assertj" ,
12
+ "//third_party/java/guava" ,
13
+ "//third_party/java/junit" ,
14
+ ],
15
+ )
Original file line number Diff line number Diff line change
1
+ load ("//java:defs.bzl" , "java_test_suite" )
2
+
3
+ java_test_suite (
4
+ name = "SmallTests" ,
5
+ size = "small" ,
6
+ srcs = glob (["*.java" ]),
7
+ deps = [
8
+ "//java/client/src/org/openqa/selenium/json" ,
9
+ "//java/client/src/org/openqa/selenium/remote" ,
10
+ "//java/client/src/org/openqa/selenium/remote/http" ,
11
+ "//third_party/java/assertj" ,
12
+ "//third_party/java/guava" ,
13
+ "//third_party/java/junit" ,
14
+ ],
15
+ )
You can’t perform that action at this time.
0 commit comments