Show / Hide Table of Contents

Class TestSubscribableExtensions

Inheritance
System.Object
TestSubscribableExtensions
Namespace: Reaqtive.TestingFramework
Assembly: Reaqtive.TestingFramework.dll
Syntax
public static class TestSubscribableExtensions : Object

Methods

Apply<T>(ISubscribable<T>, TestScheduler, Recorded<SubscriptionAction>)

Declaration
public static ISubscribable<T> Apply<T>(this ISubscribable<T> source, TestScheduler scheduler, Recorded<SubscriptionAction> action)
Parameters
Type Name Description
ISubscribable<T> source
TestScheduler scheduler
Reaqtive.Testing.Recorded<SubscriptionAction> action
Returns
Type Description
ISubscribable<T>
Type Parameters
Name Description
T

Apply<T>(ISubscribable<T>, TestScheduler, Recorded<SubscriptionAction>[])

Declaration
public static ISubscribable<T> Apply<T>(this ISubscribable<T> source, TestScheduler scheduler, params Recorded<SubscriptionAction>[] actions)
Parameters
Type Name Description
ISubscribable<T> source
TestScheduler scheduler
Reaqtive.Testing.Recorded<SubscriptionAction>[] actions
Returns
Type Description
ISubscribable<T>
Type Parameters
Name Description
T

Subscribe<T>(ISubscribable<T>, IObserver<T>, IOperatorContext)

Declaration
public static ISubscription Subscribe<T>(this ISubscribable<T> source, IObserver<T> res, IOperatorContext context)
Parameters
Type Name Description
ISubscribable<T> source
System.IObserver<T> res
IOperatorContext context
Returns
Type Description
ISubscription
Type Parameters
Name Description
T

Subscribe<T>(ISubscribable<T>, IObserver<T>, IOperatorContext, IOperatorStateContainer)

Declaration
public static ISubscription Subscribe<T>(this ISubscribable<T> source, IObserver<T> res, IOperatorContext context, IOperatorStateContainer container)
Parameters
Type Name Description
ISubscribable<T> source
System.IObserver<T> res
IOperatorContext context
IOperatorStateContainer container
Returns
Type Description
ISubscription
Type Parameters
Name Description
T
In This Article
Back to top Generated by DocFX