Flexberry ORM 4.0.0
Класс NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest
Граф наследования:NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest:
ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest ICSSoft.STORMNET.Business.LINQProvider.Tests.LinqToLcsIntOrStringTest ICSSoft.STORMNET.Business.LINQProvider.Tests.LinqToLcsTypeTest ICSSoft.STORMNET.Business.LINQProvider.Tests.TestDynamicView ICSSoft.STORMNET.Tests.TestClasses.Business.PrimaryKeyStorageTest ICSSoft.STORMNET.Tests.TestClasses.Business.UpdateComplexObjectStructTest NewPlatform.Flexberry.ORM.IntegratedTests.Business.DataServiceSpeedTest NewPlatform.Flexberry.ORM.IntegratedTests.Business.DetailsLoadTest NewPlatform.Flexberry.ORM.IntegratedTests.Business.LoadObjectTest NewPlatform.Flexberry.ORM.IntegratedTests.Business.SQLDataServiceTest NewPlatform.Flexberry.ORM.IntegratedTests.DataObject.OrderPropertyTest NewPlatform.Flexberry.ORM.IntegratedTests.DataObjectCacheTest NewPlatform.Flexberry.ORM.IntegratedTests.ExternalLDef.RestrictionsOnTheDateAndDetailleTests NewPlatform.Flexberry.ORM.IntegratedTests.FunctionalLanguage.LoadCharTest NewPlatform.Flexberry.ORM.IntegratedTests.LINQProvider.LinqODataServiceTest NewPlatform.Flexberry.ORM.IntegratedTests.LINQProvider.LinqToLcsChainWhereTest NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest

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

void Dispose ()
 Deletes the temporary databases and perform other cleaning. Подробнее...
 

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

 BaseIntegratedTest (string tempDbNamePrefix)
 Initializes a new instance of the BaseIntegratedTest class. Подробнее...
 
virtual MSSQLDataService CreateMssqlDataService (string connectionString)
 Creates the MSSQLDataService instance for temp database. Подробнее...
 
virtual PostgresDataService CreatePostgresDataService (string connectionString)
 Creates the PostgresDataService instance for temp database. Подробнее...
 
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. Подробнее...
 

Свойства

virtual string MssqlScript [get]
 
virtual string PostgresScript [get]
 
virtual string OracleScript [get]
 
IEnumerable< IDataServiceDataServices [get]
 Data services for temp databases. Подробнее...
 

Конструктор(ы)

NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.BaseIntegratedTest ( string  tempDbNamePrefix)
inlineprotected

Initializes a new instance of the BaseIntegratedTest class.

Аргументы
tempDbNamePrefixPrefix for temp database name.

Методы

virtual MSSQLDataService NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.CreateMssqlDataService ( string  connectionString)
inlineprotectedvirtual

Creates the MSSQLDataService instance for temp database.

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

Переопределяется в ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.

virtual OracleDataService NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.CreateOracleDataService ( string  connectionString)
inlineprotectedvirtual

Creates the OracleDataService instance for temp database.

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

Переопределяется в ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.

virtual PostgresDataService NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.CreatePostgresDataService ( string  connectionString)
inlineprotectedvirtual

Creates the PostgresDataService instance for temp database.

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

Переопределяется в ICSSoft.STORMNET.Business.Audit.IntegratedTests.BaseAuditServiceTest.

virtual void NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.Dispose ( bool  disposing)
inlineprotectedvirtual

Deletes the temporary databases and perform other cleaning.

Аргументы
disposingFlag: indicates whether method is calling from "Dispose()" or not.
void NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.Dispose ( )
inline

Deletes the temporary databases and perform other cleaning.

Полный список свойств

IEnumerable<IDataService> NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest.DataServices
getprotected

Data services for temp databases.