Flexberry ORM ODataService 5.2.0-beta01
Класс NewPlatform.Flexberry.ORM.ODataService.Tests.Functions.DelegateFunctionsTest

Unit test class for OData Service user-defined functions Подробнее...

Граф наследования:NewPlatform.Flexberry.ORM.ODataService.Tests.Functions.DelegateFunctionsTest:
NewPlatform.Flexberry.ORM.ODataService.Tests.BaseODataServiceIntegratedTest NewPlatform.Flexberry.ORM.ODataService.Tests.BaseIntegratedTest

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

void TestFunctionCallWithoutQueryParameters ()
 Unit test for IFunctionContainer.Register(Delegate). Tests the function call without query parameters. Подробнее...
 
void TestFunctionCallWithQueryParameters ()
 Unit test for IFunctionContainer.Register(Delegate). Tests the function call with query parameters. Подробнее...
 
- Открытые члены унаследованные от NewPlatform.Flexberry.ORM.ODataService.Tests.BaseIntegratedTest
void Dispose ()
 Deletes the temporary databases and perform other cleaning. Подробнее...
 

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

- Защищенные члены унаследованные от NewPlatform.Flexberry.ORM.ODataService.Tests.BaseIntegratedTest
 BaseIntegratedTest (string tempDbNamePrefix, bool useGisDataService=false)
 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. Подробнее...
 
- Защищенные данные унаследованные от NewPlatform.Flexberry.ORM.ODataService.Tests.BaseODataServiceIntegratedTest
readonly IDataObjectEdmModelBuilder _builder
 
- Свойства унаследованные от NewPlatform.Flexberry.ORM.ODataService.Tests.BaseODataServiceIntegratedTest
Assembly[] DataObjectsAssembliesNames [get, protected set]
 Имена сборок с объектами данных. Подробнее...
 
bool UseNamespaceInEntitySetName [get, protected set]
 Флаг, показывающий нужно ли добавлять пространства имен типов, к именам соответствующих им наборов сущностей. Подробнее...
 
- Свойства унаследованные от 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. Подробнее...
 

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

Unit test class for OData Service user-defined functions

Методы

void NewPlatform.Flexberry.ORM.ODataService.Tests.Functions.DelegateFunctionsTest.TestFunctionCallWithoutQueryParameters ( )
inline

Unit test for IFunctionContainer.Register(Delegate). Tests the function call without query parameters.

void NewPlatform.Flexberry.ORM.ODataService.Tests.Functions.DelegateFunctionsTest.TestFunctionCallWithQueryParameters ( )
inline

Unit test for IFunctionContainer.Register(Delegate). Tests the function call with query parameters.