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 MockHttpContentMockHttpContent. setContent(byte[] content)Sets the HTTP content.MockHttpContentMockHttpContent. setLength(long length)Returns the HTTP content length or-1for unknown.MockHttpContentMockHttpContent. setType(java.lang.String type)Sets the HTTP content type ornullfor none.
-