UserManagerSpecificationTestBase<TUser,TKey>.SetupBuilder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configure the service collection used for tests.
protected:
virtual Microsoft::AspNetCore::Identity::IdentityBuilder ^ SetupBuilder(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, System::Object ^ context);
protected virtual Microsoft.AspNetCore.Identity.IdentityBuilder SetupBuilder (Microsoft.Extensions.DependencyInjection.IServiceCollection services, object context);
abstract member SetupBuilder : Microsoft.Extensions.DependencyInjection.IServiceCollection * obj -> Microsoft.AspNetCore.Identity.IdentityBuilder
override this.SetupBuilder : Microsoft.Extensions.DependencyInjection.IServiceCollection * obj -> Microsoft.AspNetCore.Identity.IdentityBuilder
Protected Overridable Function SetupBuilder (services As IServiceCollection, context As Object) As IdentityBuilder
Parameters
- services
- IServiceCollection
- context
- Object