![]() |
Flexberry ORM 4.0.0
|
ORM-integrated unit test class for AuditService with disabled audit. Подробнее...
Открытые члены | |
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. Подробнее... | |
![]() | |
void | Dispose () |
Deletes the temporary databases and perform other cleaning. Подробнее... | |
Защищенные члены | |
override AuditService | GetAuditServiceForTest () |
Gets the disabled audit service for the test. Подробнее... | |
![]() | |
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. Подробнее... | |
![]() | |
BaseIntegratedTest (string tempDbNamePrefix) | |
Initializes a new instance of the BaseIntegratedTest class. Подробнее... | |
virtual void | Dispose (bool disposing) |
Deletes the temporary databases and perform other cleaning. Подробнее... | |
Дополнительные унаследованные члены | |
![]() | |
virtual string | MssqlScript [get] |
virtual string | PostgresScript [get] |
virtual string | OracleScript [get] |
IEnumerable< IDataService > | DataServices [get] |
Data services for temp databases. Подробнее... | |
ORM-integrated unit test class for AuditService with disabled audit.
|
inlineprotectedvirtual |
Gets the disabled audit service for the test.
Замещает ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.
|
inline |
Unit test for AuditService.AddCreateAuditInformation and AuditService.AddEditAuditInformation. Tests correctness of setting of audit fields from IDataObjectWithAuditFields for the type with enabled audit.