C# 클래스 DRMFSS.Test.ControllerTestBase

파일 보기 프로젝트 열기: edgecomputing/cats-hub-module

보호된 프로퍼티들

프로퍼티 타입 설명
mockRepository Mock

공개 메소드들

메소드 설명
ControllerTestBase ( ) : System.Security.Principal

보호된 메소드들

메소드 설명
InitController ( System controller, TestUserType userType ) : void

비공개 메소드들

메소드 설명
SetModelError ( Controller target ) : void

메소드 상세

ControllerTestBase() 공개 메소드

public ControllerTestBase ( ) : System.Security.Principal
리턴 System.Security.Principal

InitController() 보호된 메소드

protected InitController ( System controller, TestUserType userType ) : void
controller System
userType TestUserType
리턴 void

프로퍼티 상세

mockRepository 보호되어 있는 프로퍼티

protected Mock mockRepository
리턴 Mock