Flexberry ORM 4.0.0
Класс ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithEnabledAuditTest

ORM-integrated unit test class for AuditService with enabled audit. Подробнее...

Граф наследования:ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithEnabledAuditTest:
ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest

Открытые члены

void TestSettingAuditFieldsForTypeWithEnabledAudit ()
 Unit test for AuditService.AddCreateAuditInformation and AuditService.AddEditAuditInformation. Tests correctness of setting of audit fields from IDataObjectWithAuditFields for the type with enabled audit. Подробнее...
 
- Открытые члены унаследованные от NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest
void Dispose ()
 Deletes the temporary databases and perform other cleaning. Подробнее...
 

Защищенные члены

override AuditService GetAuditServiceForTest ()
 Gets the enabled audit service for the test. Подробнее...
 
- Защищенные члены унаследованные от ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest
override MSSQLDataService CreateMssqlDataService (string connectionString)
 Creates the MSSQLDataService instance for temp database with audit service for testing. Подробнее...
 
override PostgresDataService CreatePostgresDataService (string connectionString)
 Creates the PostgresDataService instance for temp database with audit service for testing. Подробнее...
 
override OracleDataService CreateOracleDataService (string connectionString)
 Creates the OracleDataService instance for temp database with audit service for testing. Подробнее...
 
- Защищенные члены унаследованные от NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest
 BaseIntegratedTest (string tempDbNamePrefix)
 Initializes a new instance of the BaseIntegratedTest class. Подробнее...
 
virtual void Dispose (bool disposing)
 Deletes the temporary databases and perform other cleaning. Подробнее...
 

Дополнительные унаследованные члены

- Свойства унаследованные от NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest
virtual string MssqlScript [get]
 
virtual string PostgresScript [get]
 
virtual string OracleScript [get]
 
IEnumerable< IDataServiceDataServices [get]
 Data services for temp databases. Подробнее...
 

Подробное описание

ORM-integrated unit test class for AuditService with enabled audit.

Методы

override AuditService ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithEnabledAuditTest.GetAuditServiceForTest ( )
inlineprotectedvirtual

Gets the enabled audit service for the test.

Возвращает
Returns instance of the AuditService class that will be used for the test.

Замещает ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.

void ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithEnabledAuditTest.TestSettingAuditFieldsForTypeWithEnabledAudit ( )
inline

Unit test for AuditService.AddCreateAuditInformation and AuditService.AddEditAuditInformation. Tests correctness of setting of audit fields from IDataObjectWithAuditFields for the type with enabled audit.