Type to carry context information for DI in unit tests More...
Public Member Functions | |
TestDIContext (IServiceProvider serviceProvider) | |
Main constructor More... | |
Properties | |
IServiceProvider | ServiceProvider [get] |
The service provider used to perform DI operations More... | |
Type to carry context information for DI in unit tests
Definition at line 18 of file TestDIContext.cs.
Csla.TestHelpers.TestDIContext.TestDIContext | ( | IServiceProvider | serviceProvider | ) |
Main constructor
serviceProvider | The service provider forming part of this context |
Definition at line 25 of file TestDIContext.cs.
|
get |
The service provider used to perform DI operations
Definition at line 33 of file TestDIContext.cs.