C# Class DRMFSS.Test.ControllerTestBase

Show file Open project: edgecomputing/cats-hub-module

Protected Properties

Property Type Description
mockRepository Mock

Public Methods

Method Description
ControllerTestBase ( ) : System.Security.Principal

Protected Methods

Method Description
InitController ( System controller, TestUserType userType ) : void

Private Methods

Method Description
SetModelError ( Controller target ) : void

Method Details

ControllerTestBase() public method

public ControllerTestBase ( ) : System.Security.Principal
return System.Security.Principal

InitController() protected method

protected InitController ( System controller, TestUserType userType ) : void
controller System
userType TestUserType
return void

Property Details

mockRepository protected property

protected Mock mockRepository
return Mock