Flexberry ORM ODataService 5.2.0-beta01
|
ORM-integrated unit test for OfflineAuditService. Подробнее...
Открытые члены | |
OfflineAuditServiceIntegratedTest () | |
Initializes a new instance of the OfflineAuditServiceIntegratedTest class. Подробнее... | |
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.ODataService.Tests.BaseIntegratedTest | |
void | Dispose () |
Deletes the temporary databases and perform other cleaning. Подробнее... | |
Защищенные члены | |
override MSSQLDataService | CreateMssqlDataService (string connectionString) |
Creates the MSSQLDataService instance for temp database with offline audit service for testing. Подробнее... | |
override PostgresDataService | CreatePostgresDataService (string connectionString) |
Creates the PostgresDataService instance for temp database with offline audit service for testing. Подробнее... | |
AuditService | GetAuditServiceForTest () |
Gets the offline audit service for the test. Подробнее... | |
Защищенные члены унаследованные от NewPlatform.Flexberry.ORM.ODataService.Tests.BaseIntegratedTest | |
BaseIntegratedTest (string tempDbNamePrefix, bool useGisDataService=false) | |
Initializes a new instance of the BaseIntegratedTest class. Подробнее... | |
virtual OracleDataService | CreateOracleDataService (string connectionString) |
Creates the OracleDataService instance for temp database. Подробнее... | |
virtual void | Dispose (bool disposing) |
Deletes the temporary databases and perform other cleaning. Подробнее... | |
Дополнительные унаследованные члены | |
Свойства унаследованные от NewPlatform.Flexberry.ORM.ODataService.Tests.BaseIntegratedTest | |
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 for OfflineAuditService.
|
inline |
Initializes a new instance of the OfflineAuditServiceIntegratedTest class.
|
inlineprotectedvirtual |
Creates the MSSQLDataService instance for temp database with offline audit service for testing.
connectionString | The connection string. |
Переопределяет метод предка NewPlatform.Flexberry.ORM.ODataService.Tests.BaseIntegratedTest.
|
inlineprotectedvirtual |
Creates the PostgresDataService instance for temp database with offline audit service for testing.
connectionString | The connection string. |
Переопределяет метод предка NewPlatform.Flexberry.ORM.ODataService.Tests.BaseIntegratedTest.
|
inlineprotected |
Gets the offline audit service for the test.
|
inline |
Unit test for AuditService.AddCreateAuditInformation and AuditService.AddEditAuditInformation. Tests correctness of setting of audit fields from IDataObjectWithAuditFields for the type with enabled audit.