Uses of Class
com.spotify.apollo.test.StubClient.RequestResponsePair
-
Packages that use StubClient.RequestResponsePair Package Description com.spotify.apollo.test -
-
Uses of StubClient.RequestResponsePair in com.spotify.apollo.test
Methods in com.spotify.apollo.test that return StubClient.RequestResponsePair Modifier and Type Method Description static StubClient.RequestResponsePairStubClient.RequestResponsePair. create(com.spotify.apollo.Request request, com.spotify.apollo.Response<okio.ByteString> response)Methods in com.spotify.apollo.test that return types with arguments of type StubClient.RequestResponsePair Modifier and Type Method Description List<StubClient.RequestResponsePair>StubClient. requestsAndResponses()Returns all the requests sent to this stub client, together with their associated responses.
-