Registry / testing / google-http-client-test

google-http-client-test

JSON →
library2.1.0javamavenunverified

Test utilities for the Google HTTP Client Library for Java, used for testing HTTP-based services.

<dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-test</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-HTTP-CLIENT
G
google-http-client-test
testingjavav2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpTesting
com.google.api.client.testing.http.HttpTesting

Creates a mock HTTP transport for testing.

import com.google.api.client.testing.http.HttpTesting; import com.google.api.client.testing.http.MockHttpTransport; public class Example { public static void main(String[] args) { MockHttpTransport transport = new MockHttpTransport.Builder().build(); System.out.println("Mock transport created: " + transport); } }
Debug
Known issues
breakingVersion 2.1.0 may have breaking changes from earlier versions.
fix
Check the release notes for migration steps.
affects: >=2.0.0
Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
google-http-client-test — mvn dependency:get google-http-client-test · libregistry