File tree 2 files changed +0
-4
lines changed
java/client/test/org/openqa/selenium/remote
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
# BUILD FILE SYNTAX: SKYLARK
2
2
java_test (name = 'common-tests' ,
3
3
srcs = [
4
- 'BeanToJsonConverterTest.java' ,
5
4
'DesiredCapabilitiesTest.java' ,
6
5
'HttpRequest.java' ,
7
- 'JsonToBeanConverterTest.java' ,
8
6
'RemoteCommonTests.java' ,
9
7
'http/JsonHttpCommandCodecTest.java' ,
10
8
'http/JsonHttpResponseCodecTest.java' ,
Original file line number Diff line number Diff line change 19
19
20
20
import org .junit .runner .RunWith ;
21
21
import org .junit .runners .Suite ;
22
- import org .openqa .selenium .json .BeanToJsonConverterTest ;
23
- import org .openqa .selenium .json .JsonToBeanConverterTest ;
24
22
import org .openqa .selenium .remote .http .JsonHttpCommandCodecTest ;
25
23
import org .openqa .selenium .remote .http .JsonHttpResponseCodecTest ;
26
24
import org .openqa .selenium .remote .http .W3CHttpResponseCodecTest ;
You can’t perform that action at this time.
0 commit comments