C# Class Rhino.Security.Tests.DatabaseFixture

Inheritance: Rhino.Commons.ForTesting.DatabaseTestFixtureBase
Show file Open project: hibernating-rhinos/rhino-security

Protected Properties

Property Type Description
account Rhino.Security.Tests.Account
authorizationRepository IAuthorizationRepository
authorizationService IAuthorizationService
factory ISessionFactory
permissionService IPermissionsService
permissionsBuilderService IPermissionsBuilderService
session ISession
user User

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
BeforeSetup ( ) : void
DatabaseFixture ( ) : System

Private Methods

Method Description
SetupEntities ( ) : void

Method Details

BeforeSetup() protected method

protected BeforeSetup ( ) : void
return void

DatabaseFixture() protected method

protected DatabaseFixture ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

account protected property

protected Account,Rhino.Security.Tests account
return Rhino.Security.Tests.Account

authorizationRepository protected property

protected IAuthorizationRepository authorizationRepository
return IAuthorizationRepository

authorizationService protected property

protected IAuthorizationService authorizationService
return IAuthorizationService

factory protected property

protected ISessionFactory factory
return ISessionFactory

permissionService protected property

protected IPermissionsService permissionService
return IPermissionsService

permissionsBuilderService protected property

protected IPermissionsBuilderService permissionsBuilderService
return IPermissionsBuilderService

session protected property

protected ISession session
return ISession

user protected property

protected User,Rhino.Security.Tests user
return User