Uses of Class
com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Packages that use MockLowLevelHttpRequest Package Description com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library. -
-
Uses of MockLowLevelHttpRequest in com.google.api.client.testing.http
Fields in com.google.api.client.testing.http declared as MockLowLevelHttpRequest Modifier and Type Field Description (package private) MockLowLevelHttpRequest
MockHttpTransport.Builder. lowLevelHttpRequest
TheMockLowLevelHttpRequest
to be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
.private MockLowLevelHttpRequest
MockHttpTransport. lowLevelHttpRequest
TheMockLowLevelHttpRequest
to be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
.Methods in com.google.api.client.testing.http that return MockLowLevelHttpRequest Modifier and Type Method Description MockLowLevelHttpRequest
MockHttpTransport.Builder. getLowLevelHttpRequest()
Returns theMockLowLevelHttpRequest
that is associated with thisMockHttpTransport.Builder
, ornull
if no such instance exists.MockLowLevelHttpRequest
MockHttpTransport. getLowLevelHttpRequest()
Returns theMockLowLevelHttpRequest
that is associated with thisMockHttpTransport.Builder
, ornull
if no such instance exists.MockLowLevelHttpRequest
MockLowLevelHttpRequest. setResponse(MockLowLevelHttpResponse response)
Sets the HTTP response to return fromexecute()
.MockLowLevelHttpRequest
MockLowLevelHttpRequest. setUrl(java.lang.String url)
Sets the request URL ornull
for none.Methods in com.google.api.client.testing.http with parameters of type MockLowLevelHttpRequest Modifier and Type Method Description MockHttpTransport.Builder
MockHttpTransport.Builder. setLowLevelHttpRequest(MockLowLevelHttpRequest lowLevelHttpRequest)
Sets theMockLowLevelHttpRequest
that will be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
, if non-null
.
-