C# 클래스 PRTools.Specs.WebSpecs.given_an_account_controller_context

상속: Common.BddExtensions.SpecificationBase
파일 보기 프로젝트 열기: AcklenAvenue/PRTools

보호된 프로퍼티들

프로퍼티 타입 설명
AccountController PRTools.Web.Controllers.AccountController
AccountCreator IAccountCreator
AccountService IAccountService
HttpContext System.Web.HttpContextBase
HttpRequest System.Web.HttpRequestBase
Identity MvcContrib.TestHelper.Fakes.FakeIdentity
IsAuthenticated bool
Logger ILogger
MappingEngine IMappingEngine
Username string
WebAuthenticationService IWebAuthenticationService

보호된 메소드들

메소드 설명
Context ( ) : void

메소드 상세

Context() 보호된 메소드

protected Context ( ) : void
리턴 void

프로퍼티 상세

AccountController 보호되어 있는 프로퍼티

protected AccountController,PRTools.Web.Controllers AccountController
리턴 PRTools.Web.Controllers.AccountController

AccountCreator 보호되어 있는 프로퍼티

protected IAccountCreator AccountCreator
리턴 IAccountCreator

AccountService 보호되어 있는 프로퍼티

protected IAccountService AccountService
리턴 IAccountService

HttpContext 보호되어 있는 프로퍼티

protected HttpContextBase,System.Web HttpContext
리턴 System.Web.HttpContextBase

HttpRequest 보호되어 있는 프로퍼티

protected HttpRequestBase,System.Web HttpRequest
리턴 System.Web.HttpRequestBase

Identity 보호되어 있는 프로퍼티

protected FakeIdentity,MvcContrib.TestHelper.Fakes Identity
리턴 MvcContrib.TestHelper.Fakes.FakeIdentity

IsAuthenticated 보호되어 있는 프로퍼티

protected bool IsAuthenticated
리턴 bool

Logger 보호되어 있는 프로퍼티

protected ILogger Logger
리턴 ILogger

MappingEngine 보호되어 있는 프로퍼티

protected IMappingEngine MappingEngine
리턴 IMappingEngine

Username 보호되어 있는 프로퍼티

protected string Username
리턴 string

WebAuthenticationService 보호되어 있는 프로퍼티

protected IWebAuthenticationService WebAuthenticationService
리턴 IWebAuthenticationService