C# Class Test.CustomerExample.BO.TestSecurityCustomer

Inheritance: TestBase
Datei anzeigen Open project: Chillisoft/habanero

Private Methods

Method Description
CreateNewCustomerValid ( ) : Customer
GetAuthorisationStub_CanCreate_False ( ) : IBusinessObjectAuthorisation
GetAuthorisationStub_CanCreate_True ( ) : IBusinessObjectAuthorisation
GetAuthorisationStub_CanDelete_False ( ) : IBusinessObjectAuthorisation
GetAuthorisationStub_CanDelete_True ( ) : IBusinessObjectAuthorisation
GetAuthorisationStub_CanRead_False ( ) : IBusinessObjectAuthorisation
GetAuthorisationStub_CanRead_True ( ) : IBusinessObjectAuthorisation
GetAuthorisationStub_CanUpdate_False ( ) : IBusinessObjectAuthorisation
GetAuthorisationStub_CanUpdate_True ( ) : IBusinessObjectAuthorisation
SetupTest ( ) : void
TearDownTest ( ) : void
TestFixtureSetup ( ) : void
Test_BusinessObjectAuthorisation_AllowCreate ( ) : void
Test_BusinessObjectAuthorisation_AllowCreate_False ( ) : void
Test_BusinessObjectAuthorisation_AllowDelete ( ) : void
Test_BusinessObjectAuthorisation_AllowDelete_False ( ) : void
Test_BusinessObjectAuthorisation_AllowRead ( ) : void
Test_BusinessObjectAuthorisation_AllowRead_False ( ) : void
Test_BusinessObjectAuthorisation_AllowUpdate ( ) : void
Test_BusinessObjectAuthorisation_AllowUpdate_False ( ) : void
Test_DeleteBO_AllowDelete_True ( ) : void
Test_DeleteBO_Fail_AllowDelete_False ( ) : void
Test_LoadExistingBO_AllowRead_True ( ) : void
Test_LoadExistingBO_Fail_AllowRead_False ( ) : void
Test_SaveDeletedBO_Fail_AllowDelete_False ( ) : void
Test_SaveExistingBO_AllowUpdate_True ( ) : void
Test_SaveExistingBO_Fail_AllowUpdate_False ( ) : void
Test_SaveNewBO_AllowCreate_True ( ) : void
Test_SaveNewBO_Fail_AllowCreate_False ( ) : void
Test_SetValue_AllowUpdate_True ( ) : void
Test_SetValue_Fail_AllowUpdate_False ( ) : void