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 a31c6d8 commit 273ac80Copy full SHA for 273ac80
google-http-client/src/test/java/com/google/api/client/http/apache/ApacheHttpTransportTest.java
@@ -48,6 +48,11 @@ public void testApacheHttpTransport() {
48
checkHttpClient(httpClient);
49
}
50
51
+ public void testApacheHttpTransportWithParam() {
52
+ ApacheHttpTransport transport = new ApacheHttpTransport(new DefaultHttpClient());
53
+ checkHttpClient(transport.getHttpClient());
54
+ }
55
+
56
public void testNewDefaultHttpClient() {
57
checkDefaultHttpClient(ApacheHttpTransport.newDefaultHttpClient());
58
0 commit comments