Interface ITestableSubscribable<T>
Assembly: Reaqtive.TestingFramework.dll
Syntax
public interface ITestableSubscribable<T> : ISubscribable<T>, IObservable<T>
Type Parameters
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> |
|