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

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

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. Подробнее...
 
- Защищенные члены унаследованные от 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
void Dispose ()
 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. Подробнее...
 

Методы

override MSSQLDataService ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.CreateMssqlDataService ( string  connectionString)
inlineprotectedvirtual

Creates the MSSQLDataService instance for temp database with audit service for testing.

Аргументы
connectionStringThe connection string.
Возвращает
The MSSQLDataService instance.

Переопределяет метод предка NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.

override OracleDataService ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.CreateOracleDataService ( string  connectionString)
inlineprotectedvirtual

Creates the OracleDataService instance for temp database with audit service for testing.

Аргументы
connectionStringThe connection string.
Возвращает
The OracleDataService instance.

Переопределяет метод предка NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.

override PostgresDataService ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.CreatePostgresDataService ( string  connectionString)
inlineprotectedvirtual

Creates the PostgresDataService instance for temp database with audit service for testing.

Аргументы
connectionStringThe connection string.
Возвращает
The PostgresDataService instance.

Переопределяет метод предка NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.

abstract AuditService ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.GetAuditServiceForTest ( )
protectedpure virtual

Gets the audit service for the test.

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

Замещается в ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithDisabledAuditTest и ICSSoft.STORMNET.Business.Audit.IntegratedTests.AuditServiceWithEnabledAuditTest.