A matcher for the number of subscriptions a Signal takes, important for testing side-effects for Signals that perform side-effects on Subscription.
This will probably not be orthogonal to the changes made to LLSignalTestRecorder, which now has multicasting behaviour. Ideally the monitoring of subscription counts would occur inside the recorder so as to avoid swizzling subscribe: on RACSignal
A matcher for the number of subscriptions a Signal takes, important for testing side-effects for Signals that perform side-effects on Subscription.
This will probably not be orthogonal to the changes made to
LLSignalTestRecorder
, which now has multicasting behaviour. Ideally the monitoring of subscription counts would occur inside the recorder so as to avoid swizzlingsubscribe:
onRACSignal