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) MockLowLevelHttpRequestMockHttpTransport.Builder. lowLevelHttpRequestTheMockLowLevelHttpRequestto be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String).private MockLowLevelHttpRequestMockHttpTransport. lowLevelHttpRequestTheMockLowLevelHttpRequestto 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 MockLowLevelHttpRequestMockHttpTransport.Builder. getLowLevelHttpRequest()Returns theMockLowLevelHttpRequestthat is associated with thisMockHttpTransport.Builder, ornullif no such instance exists.MockLowLevelHttpRequestMockHttpTransport. getLowLevelHttpRequest()Returns theMockLowLevelHttpRequestthat is associated with thisMockHttpTransport.Builder, ornullif no such instance exists.MockLowLevelHttpRequestMockLowLevelHttpRequest. setResponse(MockLowLevelHttpResponse response)Sets the HTTP response to return fromexecute().MockLowLevelHttpRequestMockLowLevelHttpRequest. setUrl(java.lang.String url)Sets the request URL ornullfor none.Methods in com.google.api.client.testing.http with parameters of type MockLowLevelHttpRequest Modifier and Type Method Description MockHttpTransport.BuilderMockHttpTransport.Builder. setLowLevelHttpRequest(MockLowLevelHttpRequest lowLevelHttpRequest)Sets theMockLowLevelHttpRequestthat will be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String), if non-null.
-