C# 클래스 Gramps.Tests.Core.Helpers.MockHttpContext

Mock the HTTPContext. Used for getting the current user name
상속: System.Web.HttpContextBase
파일 보기 프로젝트 열기: ucdavis/Gramps

공개 메소드들

메소드 설명
MockHttpContext ( int count, string userRoles, string userName = "UserName", string fileContentType = "application/pdf" ) : System

메소드 상세

MockHttpContext() 공개 메소드

public MockHttpContext ( int count, string userRoles, string userName = "UserName", string fileContentType = "application/pdf" ) : System
count int
userRoles string
userName string
fileContentType string
리턴 System