Class ProtoDataProvisioningContext

Namespace
ProtoTest.Data
Assembly
ProtoTest.Data.dll

Exposes the active test context to a data provisioner.

public sealed class ProtoDataProvisioningContext
Inheritance
ProtoDataProvisioningContext
Inherited Members
Extension Methods

Properties

Execution

public ProtoExecutionContext Execution { get; }

Property Value

ProtoExecutionContext

Services

public IServiceProvider Services { get; }

Property Value

IServiceProvider

TestId

public string TestId { get; }

Property Value

string

Trace

public IProtoTraceWriter Trace { get; }

Property Value

IProtoTraceWriter