C# Class Castle.Facilities.IBatisNetIntegration.Tests.BaseTest

Show file Open project: nats/castle-1.0.3-mono

Protected Properties

Property Type Description
container IWindsorContainer

Public Methods

Method Description
ResetDatabase ( ) : void

Protected Methods

Method Description
AssertAccount1 ( Account account ) : void

Verify that the input account is equal to the account(id=5).

AssertAccount5 ( Account account ) : void

Verify that the input account is equal to the account(id=1).

Private Methods

Method Description
Init ( ) : void

Method Details

AssertAccount1() protected method

Verify that the input account is equal to the account(id=5).
protected AssertAccount1 ( Account account ) : void
account Castle.Facilities.IBatisNetIntegration.Tests.Domain.Account An account object
return void

AssertAccount5() protected method

Verify that the input account is equal to the account(id=1).
protected AssertAccount5 ( Account account ) : void
account Castle.Facilities.IBatisNetIntegration.Tests.Domain.Account An account object
return void

ResetDatabase() public method

public ResetDatabase ( ) : void
return void

Property Details

container protected property

protected IWindsorContainer container
return IWindsorContainer