C# Class MyTested.AspNetCore.Mvc.ServiceCollectionUniverseExtensions

Contains extension methods for IServiceCollection.
ファイルを表示 Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Public Methods

Method Description
AddMvcUniverseTesting ( this serviceCollection ) : IServiceCollection

Adds all testing services available in the testing framework.

Method Details

AddMvcUniverseTesting() public static method

Adds all testing services available in the testing framework.
public static AddMvcUniverseTesting ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
return IServiceCollection