C# 클래스 FluentAssertions.Mvc.Fakes.FakeHttpContext

상속: System.Web.HttpContextBase
파일 보기 프로젝트 열기: kevinkuszyk/FluentAssertions.MVC 1 사용 예제들

공개 메소드들

메소드 설명
FakeHttpContext ( string appPath, string relativeUrl ) : System
GetService ( Type serviceType ) : object

메소드 상세

FakeHttpContext() 공개 메소드

public FakeHttpContext ( string appPath, string relativeUrl ) : System
appPath string
relativeUrl string
리턴 System

GetService() 공개 메소드

public GetService ( Type serviceType ) : object
serviceType Type
리턴 object