Show / Hide Table of Contents

Class ReificationTestBase

A base class for declaring reified operations.

Inheritance
System.Object
ReificationTestBase
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public abstract class ReificationTestBase : Object

Constructors

ReificationTestBase()

Declaration
protected ReificationTestBase()

Methods

GetExpressionServices()

Gets the expression services used to construct a ReificationClientContext.

Declaration
protected abstract IReactiveExpressionServices GetExpressionServices()
Returns
Type Description
IReactiveExpressionServices

An expression services implementation.

Run(Func<ReificationClientContext, Task>)

Produces a set of reified operations.

Declaration
protected ServiceOperation[] Run(Func<ReificationClientContext, Task> operation)
Parameters
Type Name Description
System.Func<ReificationClientContext, System.Threading.Tasks.Task> operation

The operation to perform.

Returns
Type Description
ServiceOperation[]

The set of reified operations.

In This Article
Back to top Generated by DocFX