public abstract class FakeApiService
extends com.google.api.core.AbstractApiService
static abstract class SubscriberFakeService extends FakeApiService implements Subscriber {};
@Spy private SubscriberFakeService wireSubscriber;
| Constructor and Description |
|---|
FakeApiService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
fail(Throwable t) |
public void fail(Throwable t)
protected void doStart()
doStart in class com.google.api.core.AbstractApiServiceprotected void doStop()
doStop in class com.google.api.core.AbstractApiServiceCopyright © 2022 Google LLC. All rights reserved.