FakeSubscriptionKey
class FakeSubscriptionKey<T>(target: SubscriptionKey<T>, mock: FakeSubscriptionSubscribe<T>) : SubscriptionKey<T>
Creates a fake subscription key that returns the result of the given mock function.
Creates a fake subscription key that returns the result of the given mock function.