Show / Hide Table of Contents

Class MockOperatorContext

Inheritance
System.Object
MockOperatorContext
Implements
IOperatorContext
Namespace: Reaqtive.TestingFramework.Mocks
Assembly: Reaqtive.TestingFramework.dll
Syntax
public class MockOperatorContext : Object, IOperatorContext

Constructors

MockOperatorContext()

Declaration
public MockOperatorContext()

Properties

ExecutionEnvironment

Declaration
public IExecutionEnvironment ExecutionEnvironment { get; set; }
Property Value
Type Description
IExecutionEnvironment

InstanceId

Declaration
public Uri InstanceId { get; set; }
Property Value
Type Description
System.Uri

Scheduler

Declaration
public IScheduler Scheduler { get; set; }
Property Value
Type Description
IScheduler

Settings

Declaration
public IDictionary<string, object> Settings { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

TraceSource

Declaration
public TraceSource TraceSource { get; set; }
Property Value
Type Description
System.Diagnostics.TraceSource

Methods

TryGetElement<T>(String, out T)

Declaration
public bool TryGetElement<T>(string id, out T value)
Parameters
Type Name Description
System.String id
T value
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T

Implements

IOperatorContext
In This Article
Back to top Generated by DocFX