C# Class PRTools.Specs.WebSpecs.given_an_account_controller_context

Inheritance: Common.BddExtensions.SpecificationBase
Afficher le fichier Open project: AcklenAvenue/PRTools

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
Context ( ) : void

Method Details

Context() protected méthode

protected Context ( ) : void
Résultat void

Property Details

AccountController protected_oe property

protected AccountController,PRTools.Web.Controllers AccountController
Résultat PRTools.Web.Controllers.AccountController

AccountCreator protected_oe property

protected IAccountCreator AccountCreator
Résultat IAccountCreator

AccountService protected_oe property

protected IAccountService AccountService
Résultat IAccountService

HttpContext protected_oe property

protected HttpContextBase,System.Web HttpContext
Résultat System.Web.HttpContextBase

HttpRequest protected_oe property

protected HttpRequestBase,System.Web HttpRequest
Résultat System.Web.HttpRequestBase

Identity protected_oe property

protected FakeIdentity,MvcContrib.TestHelper.Fakes Identity
Résultat MvcContrib.TestHelper.Fakes.FakeIdentity

IsAuthenticated protected_oe property

protected bool IsAuthenticated
Résultat bool

Logger protected_oe property

protected ILogger Logger
Résultat ILogger

MappingEngine protected_oe property

protected IMappingEngine MappingEngine
Résultat IMappingEngine

Username protected_oe property

protected string Username
Résultat string

WebAuthenticationService protected_oe property

protected IWebAuthenticationService WebAuthenticationService
Résultat IWebAuthenticationService