C# Class Gramps.Tests.Core.Helpers.MockHttpContext

Mock the HTTPContext. Used for getting the current user name
Inheritance: System.Web.HttpContextBase
Show file Open project: ucdavis/Gramps

Public Methods

Method Description
MockHttpContext ( int count, string userRoles, string userName = "UserName", string fileContentType = "application/pdf" ) : System

Method Details

MockHttpContext() public method

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