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

Mock the Principal. Used for getting the current user name
Inheritance: IPrincipal
Show file Open project: ucdavis/Gramps

Public Methods

Method Description
IsInRole ( string role ) : bool
MockPrincipal ( string userRoles, string userName = "UserName" ) : System

Method Details

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

MockPrincipal() public method

public MockPrincipal ( string userRoles, string userName = "UserName" ) : System
userRoles string
userName string
return System