C# Class FluentAssertions.Mvc.Fakes.FakeHttpContext

Inheritance: System.Web.HttpContextBase
Afficher le fichier Open project: kevinkuszyk/FluentAssertions.MVC Class Usage Examples

Méthodes publiques

Méthode Description
FakeHttpContext ( string appPath, string relativeUrl ) : System
GetService ( Type serviceType ) : object

Method Details

FakeHttpContext() public méthode

public FakeHttpContext ( string appPath, string relativeUrl ) : System
appPath string
relativeUrl string
Résultat System

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType Type
Résultat object