Show / Hide Table of Contents

Interface ITestableSubscribable<T>

Inherited Members
ISubscribable<T>.Subscribe(IObserver<T>)
Namespace: Reaqtive.TestingFramework.Mocks
Assembly: Reaqtive.TestingFramework.dll
Syntax
public interface ITestableSubscribable<T> : ISubscribable<T>, IObservable<T>
Type Parameters
Name Description
T

Properties

ObserverMessages

Declaration
IList<Recorded<Notification<T>>> ObserverMessages { get; }
Property Value
Type Description
System.Collections.Generic.IList<Reaqtive.Testing.Recorded<Reaqtive.Notification<T>>>

Subscriptions

Declaration
IList<Subscription> Subscriptions { get; }
Property Value
Type Description
System.Collections.Generic.IList<Reaqtive.Testing.Subscription>
In This Article
Back to top Generated by DocFX