public abstract class FakeApiService extends AbstractApiService
Fake Pub/Sub Lite service for testing. Used like:
static abstract class SubscriberFakeService extends FakeApiService implements Subscriber {}; @Spy private SubscriberFakeService wireSubscriber;
Constructors
FakeApiService()
public FakeApiService()
Methods
doStart()
protected void doStart()
doStop()
protected void doStop()
fail(Throwable t)
public void fail(Throwable t)
Parameter | |
---|---|
Name | Description |
t |
Throwable |