Summary
Populate the test class with the given configuration and services
- Assembly
- Rocket
.Surgery .Extensions .Testing .Moq .dll - Namespace
- Rocket
.Surgery .Extensions .Testing - Containing Type
- AutoMockTest
Syntax
protected void Populate(IConfiguration configuration, IServiceCollection serviceCollection)
Attributes
| Type | Description |
|---|---|
| Exclude |
|
| ObsoleteAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| configuration | IConfiguration | |
| serviceCollection | IServiceCollection |
Return Value
| Type | Description |
|---|---|
| void |
