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