CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.TestHelpers.TestDIContext Class Reference

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...
 

Detailed Description

Type to carry context information for DI in unit tests

Definition at line 18 of file TestDIContext.cs.

Constructor & Destructor Documentation

◆ TestDIContext()

Csla.TestHelpers.TestDIContext.TestDIContext ( IServiceProvider  serviceProvider)

Main constructor

Parameters
serviceProviderThe service provider forming part of this context

Definition at line 25 of file TestDIContext.cs.

Property Documentation

◆ ServiceProvider

IServiceProvider Csla.TestHelpers.TestDIContext.ServiceProvider
get

The service provider used to perform DI operations

Definition at line 33 of file TestDIContext.cs.