Class MockOperatorContext
Inheritance
System.Object
MockOperatorContext
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
InstanceId
Declaration
public Uri InstanceId { get; set; }
Property Value
Type |
Description |
System.Uri |
|
Scheduler
Declaration
public IScheduler Scheduler { get; set; }
Property Value
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
Implements