Class ProtoDataConstructionContext

Namespace
ProtoTest.Data
Assembly
ProtoTest.Data.dll

Resolves configured inputs for a domain-aware construction factory.

public sealed class ProtoDataConstructionContext
Inheritance
ProtoDataConstructionContext
Inherited Members
Extension Methods

Properties

Services

public IServiceProvider Services { get; }

Property Value

IServiceProvider

Methods

Value<TValue>(string)

Resolves a named factory input through the normal ProtoTest.Data precedence rules.

public TValue Value<TValue>(string memberName)

Parameters

memberName string

Returns

TValue

Type Parameters

TValue