Uses of Class
com.google.api.client.testing.http.MockHttpContent
-
Packages that use MockHttpContent Package Description com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library. -
-
Uses of MockHttpContent in com.google.api.client.testing.http
Methods in com.google.api.client.testing.http that return MockHttpContent Modifier and Type Method Description MockHttpContent
MockHttpContent. setContent(byte[] content)
Sets the HTTP content.MockHttpContent
MockHttpContent. setLength(long length)
Returns the HTTP content length or-1
for unknown.MockHttpContent
MockHttpContent. setType(String type)
Sets the HTTP content type ornull
for none.
-