![]() |
Flexberry ORM 4.0.0
|
Защищенные члены | |
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. Подробнее... | |
abstract AuditService | GetAuditServiceForTest () |
Gets the audit service for the test. Подробнее... | |
![]() | |
BaseIntegratedTest (string tempDbNamePrefix) | |
Initializes a new instance of the BaseIntegratedTest class. Подробнее... | |
virtual void | Dispose (bool disposing) |
Deletes the temporary databases and perform other cleaning. Подробнее... | |
Дополнительные унаследованные члены | |
![]() | |
void | Dispose () |
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. Подробнее... | |
|
inlineprotectedvirtual |
Creates the MSSQLDataService instance for temp database with audit service for testing.
connectionString | The connection string. |
Переопределяет метод предка NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.
|
inlineprotectedvirtual |
Creates the OracleDataService instance for temp database with audit service for testing.
connectionString | The connection string. |
Переопределяет метод предка NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.
|
inlineprotectedvirtual |
Creates the PostgresDataService instance for temp database with audit service for testing.
connectionString | The connection string. |
Переопределяет метод предка NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.
|
protectedpure virtual |
Gets the audit service for the test.
Замещается в ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithDisabledAuditTest и ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithEnabledAuditTest.