AutoFakeTest.

Populate(ValueTuple<IConfiguration, IServiceCollection>) Method

Summary

Populate the test class with the given configuration and services

Syntax

protected void Populate(ValueTuple<IConfiguration, IServiceCollection> context)

Attributes

Type Description
ExcludeFromCodeCoverageAttribute
ObsoleteAttribute

Parameters

Name Type Description
context ValueTuple<IConfiguration, IServiceCollection>

Return Value

Type Description
void