Class DependencyInjection_Standard_Tests
Inheritance
DependencyInjection_Standard_Tests
Implements
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public abstract class DependencyInjection_Standard_Tests : AbpIntegratedTest<DependencyInjection_Standard_Tests.TestModule>, IDisposable
Constructors
DependencyInjection_Standard_Tests()
Declaration
protected DependencyInjection_Standard_Tests()
Methods
ExposeKeyedServices_Should_Expose_Correct_Services()
Declaration
public void ExposeKeyedServices_Should_Expose_Correct_Services()
Should_Get_Keyed_Services()
Declaration
public void Should_Get_Keyed_Services()
Should_Inject_Services_As_Properties()
Declaration
public void Should_Inject_Services_As_Properties()
Should_Inject_Services_As_Properties_For_Generic_Classes()
Declaration
public void Should_Inject_Services_As_Properties_For_Generic_Classes()
Should_Inject_Services_As_Properties_For_Generic_Concrete_Classes()
Declaration
public void Should_Inject_Services_As_Properties_For_Generic_Concrete_Classes()
Should_Not_Inject_Services_As_Properties_When_Class_With_DisablePropertyInjection()
Declaration
public void Should_Not_Inject_Services_As_Properties_When_Class_With_DisablePropertyInjection()
Should_Not_Inject_Services_As_Properties_When_Property_With_DisablePropertyInjection()
Declaration
public void Should_Not_Inject_Services_As_Properties_When_Property_With_DisablePropertyInjection()
Singleton_Service_Should_Resolve_Dependencies_Independent_From_The_Scope()
Declaration
public void Singleton_Service_Should_Resolve_Dependencies_Independent_From_The_Scope()
Singletons_Exposing_Multiple_Services_Should_Returns_The_Same_Instance()
Declaration
public void Singletons_Exposing_Multiple_Services_Should_Returns_The_Same_Instance()