Flexberry ORM 4.0.0
Класс NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest

Юнит-тесты для PostgresDataService. Подробнее...

Граф наследования:NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest:
NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest

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

void TestForwardSlash ()
 Выполняется тестирование сохранения и сравнения строки, если в ней присутствует символ '\'. Подробнее...
 
void TestString ()
 Выполняется тестирование операций с типом Flexberry - string. Подробнее...
 
void TestChar ()
 Выполняется тестирование операций с типом Flexberry - char. Подробнее...
 
void TestDateTime ()
 Выполняется тестирование операций с типом Flexberry - DateTime. Подробнее...
 
void TestNullableDateTime ()
 Выполняется тестирование операций с типом Flexberry - NullableDateTime. Подробнее...
 
void TestNullableDecimal ()
 Выполняется тестирование операций с типом Flexberry - NullableDecimal. Подробнее...
 
void TestNullableInt ()
 Выполняется тестирование операций с типом Flexberry - NullableInt. Подробнее...
 
void TestWebFile ()
 Выполняется тестирование операций с типом Flexberry - WebFile. Подробнее...
 
void TestBool ()
 Выполняется тестирование операций с типом Flexberry - bool. Подробнее...
 
void TestByte ()
 Выполняется тестирование операций с типом Flexberry - byte. Подробнее...
 
void TestDecimal ()
 Выполняется тестирование операций с типом Flexberry - decimal. Подробнее...
 
void TestDouble ()
 Выполняется тестирование операций с типом Flexberry - double. Подробнее...
 
void TestFloat ()
 Выполняется тестирование операций с типом Flexberry - float. Подробнее...
 
void TestGuid ()
 Выполняется тестирование операций с типом Flexberry - guid. Подробнее...
 
void TestInt ()
 Выполняется тестирование операций с типом Flexberry - int. Подробнее...
 
void TestLong ()
 Выполняется тестирование операций с типом Flexberry - long. Подробнее...
 
void TestObject ()
 Выполняется тестирование операций с типом Flexberry - object. Object должен быть представлен как массив байт (byte[]). Подробнее...
 
void TestSbyte ()
 Выполняется тестирование операций с типом Flexberry - sbyte. Подробнее...
 
void TestShort ()
 Выполняется тестирование операций с типом Flexberry - short. Подробнее...
 
void TestUint ()
 Выполняется тестирование операций с типом Flexberry - uint. Подробнее...
 
void TestUlong ()
 Выполняется тестирование операций с типом Flexberry - ulong. Подробнее...
 
void TestUshort ()
 Выполняется тестирование операций с типом Flexberry - ushort. Подробнее...
 
void LongNamesTest ()
 Выполняется тестирование длинных имён. Подробнее...
 
void InheritanceTest ()
 Выполняется тестирование наследования, использования master-класса и detail-класса при сохранении в БД. Подробнее...
 
- Открытые члены унаследованные от NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest
void Dispose ()
 Deletes the temporary databases and perform other cleaning. Подробнее...
 

Защищенные данные

PostgresDataService DataService
 Сервис данных Postgres. Подробнее...
 

Свойства

override string MssqlScript [get]
 
override string PostgresScript [get]
 
override string OracleScript [get]
 
- Свойства унаследованные от 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. Подробнее...
 

Дополнительные унаследованные члены

- Защищенные члены унаследованные от NewPlatform.Flexberry.ORM.IntegratedTests.BaseIntegratedTest
 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. Подробнее...
 

Подробное описание

Юнит-тесты для PostgresDataService.

Методы

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.InheritanceTest ( )
inline

Выполняется тестирование наследования, использования master-класса и detail-класса при сохранении в БД.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.LongNamesTest ( )
inline

Выполняется тестирование длинных имён.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestBool ( )
inline

Выполняется тестирование операций с типом Flexberry - bool.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestByte ( )
inline

Выполняется тестирование операций с типом Flexberry - byte.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestChar ( )
inline

Выполняется тестирование операций с типом Flexberry - char.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestDateTime ( )
inline

Выполняется тестирование операций с типом Flexberry - DateTime.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestDecimal ( )
inline

Выполняется тестирование операций с типом Flexberry - decimal.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestDouble ( )
inline

Выполняется тестирование операций с типом Flexberry - double.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestFloat ( )
inline

Выполняется тестирование операций с типом Flexberry - float.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestForwardSlash ( )
inline

Выполняется тестирование сохранения и сравнения строки, если в ней присутствует символ '\'.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestGuid ( )
inline

Выполняется тестирование операций с типом Flexberry - guid.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestInt ( )
inline

Выполняется тестирование операций с типом Flexberry - int.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestLong ( )
inline

Выполняется тестирование операций с типом Flexberry - long.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestNullableDateTime ( )
inline

Выполняется тестирование операций с типом Flexberry - NullableDateTime.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestNullableDecimal ( )
inline

Выполняется тестирование операций с типом Flexberry - NullableDecimal.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestNullableInt ( )
inline

Выполняется тестирование операций с типом Flexberry - NullableInt.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestObject ( )
inline

Выполняется тестирование операций с типом Flexberry - object. Object должен быть представлен как массив байт (byte[]).

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestSbyte ( )
inline

Выполняется тестирование операций с типом Flexberry - sbyte.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestShort ( )
inline

Выполняется тестирование операций с типом Flexberry - short.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestString ( )
inline

Выполняется тестирование операций с типом Flexberry - string.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestUint ( )
inline

Выполняется тестирование операций с типом Flexberry - uint.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestUlong ( )
inline

Выполняется тестирование операций с типом Flexberry - ulong.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestUshort ( )
inline

Выполняется тестирование операций с типом Flexberry - ushort.

void NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.TestWebFile ( )
inline

Выполняется тестирование операций с типом Flexberry - WebFile.

Данные класса

PostgresDataService NewPlatform.Flexberry.ORM.IntegratedTests.Postgres.PostgresDataServiceTest.DataService
protected

Сервис данных Postgres.