C# Class PRTools.Specs.WebSpecs.given_an_account_controller_context

Inheritance: Common.BddExtensions.SpecificationBase
Show file 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 property

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

AccountCreator protected property

protected IAccountCreator AccountCreator
return IAccountCreator

AccountService protected property

protected IAccountService AccountService
return IAccountService

HttpContext protected property

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

HttpRequest protected property

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

Identity protected property

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

IsAuthenticated protected property

protected bool IsAuthenticated
return bool

Logger protected property

protected ILogger Logger
return ILogger

MappingEngine protected property

protected IMappingEngine MappingEngine
return IMappingEngine

Username protected property

protected string Username
return string

WebAuthenticationService protected property

protected IWebAuthenticationService WebAuthenticationService
return IWebAuthenticationService