Uses of Class
com.spotify.apollo.test.StubClient
-
Packages that use StubClient Package Description com.spotify.apollo.test com.spotify.apollo.test.experimental -
-
Uses of StubClient in com.spotify.apollo.test
Methods in com.spotify.apollo.test that return StubClient Modifier and Type Method Description StubClientServiceHelper. stubClient()AStubClientthat can be used to mock outgoing application request responses.Methods in com.spotify.apollo.test with parameters of type StubClient Modifier and Type Method Description static ServiceHelperServiceHelper. create(com.spotify.apollo.AppInit appInit, String serviceName, StubClient stubClient)Creates aServiceHelperusing the givenAppInit, service name and stub client.static ServiceHelperExtensionServiceHelperExtension. create(com.spotify.apollo.AppInit appInit, String serviceName, StubClient stubClient) -
Uses of StubClient in com.spotify.apollo.test.experimental
Fields in com.spotify.apollo.test.experimental declared as StubClient Modifier and Type Field Description StubClientPerformanceFixture. client
-