C# Class PRTools.Specs.WebSpecs.given_an_account_controller_context

Inheritance: Common.BddExtensions.SpecificationBase
ファイルを表示 Open project: AcklenAvenue/PRTools

Protected Properties

Property Type Description
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

Protected Methods

Method Description
Context ( ) : void

Method Details

Context() protected method

protected Context ( ) : void
return void

Property Details

AccountController protected_oe property

protected AccountController,PRTools.Web.Controllers AccountController
return PRTools.Web.Controllers.AccountController

AccountCreator protected_oe property

protected IAccountCreator AccountCreator
return IAccountCreator

AccountService protected_oe property

protected IAccountService AccountService
return IAccountService

HttpContext protected_oe property

protected HttpContextBase,System.Web HttpContext
return System.Web.HttpContextBase

HttpRequest protected_oe property

protected HttpRequestBase,System.Web HttpRequest
return System.Web.HttpRequestBase

Identity protected_oe property

protected FakeIdentity,MvcContrib.TestHelper.Fakes Identity
return MvcContrib.TestHelper.Fakes.FakeIdentity

IsAuthenticated protected_oe property

protected bool IsAuthenticated
return bool

Logger protected_oe property

protected ILogger Logger
return ILogger

MappingEngine protected_oe property

protected IMappingEngine MappingEngine
return IMappingEngine

Username protected_oe property

protected string Username
return string

WebAuthenticationService protected_oe property

protected IWebAuthenticationService WebAuthenticationService
return IWebAuthenticationService