C# Class FluentAssertions.Mvc.Fakes.FakeHttpContext

Inheritance: System.Web.HttpContextBase
Show file Open project: kevinkuszyk/FluentAssertions.MVC Class Usage Examples

Public Methods

Method Description
FakeHttpContext ( string appPath, string relativeUrl ) : System
GetService ( Type serviceType ) : object

Method Details

FakeHttpContext() public method

public FakeHttpContext ( string appPath, string relativeUrl ) : System
appPath string
relativeUrl string
return System

GetService() public method

public GetService ( Type serviceType ) : object
serviceType Type
return object