We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f833e9e commit 12802a7Copy full SHA for 12802a7
java/client/test/org/openqa/selenium/json/BUCK
@@ -1,9 +1,5 @@
1
java_test(name = 'small-tests',
2
- srcs = [
3
- 'BeanToJsonConverterTest.java',
4
- 'JsonToBeanConverterTest.java',
5
- 'JsonTest.java',
6
- ],
+ srcs = glob(['*.java']),
7
deps = [
8
'//java/client/src/org/openqa/selenium:selenium',
9
'//java/client/src/org/openqa/selenium/remote:remote',
0 commit comments