C# Класс Nettiers.AdventureWorks.UnitTests.SpecialOfferProductTest

Provides tests for the and SpecialOfferProduct objects (entity, collection and repository).
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
mock SpecialOfferProduct
mockCollection TList

Открытые методы

Метод Описание
CleanUp_Generated ( ) : void

This method is used to restore the environment after the tests are completed.

CreateMockInstance ( TransactionManager tm ) : SpecialOfferProduct

Returns a Typed SpecialOfferProduct Entity with mock values.

CreateMockInstance_Generated ( TransactionManager tm ) : SpecialOfferProduct

Returns a Typed SpecialOfferProduct Entity with mock values.

Init_Generated ( ) : void

This method is used to construct the test environment prior to running the tests.

SpecialOfferProductTest ( ) : System

Creates a new SpecialOfferProductTest instance.

UpdateMockInstance ( TransactionManager tm, SpecialOfferProduct mock ) : void

Update the Typed SpecialOfferProduct Entity with modified mock values.

UpdateMockInstance_Generated ( TransactionManager tm, SpecialOfferProduct mock ) : void

Update the Typed SpecialOfferProduct Entity with modified mock values.

Защищенные методы

Метод Описание
CreateTransaction ( ) : TransactionManager

Приватные методы

Метод Описание
Dispose ( ) : void
Init ( ) : void
SetSpecialTestData ( SpecialOfferProduct mock ) : void

Make any alterations necessary (i.e. for DB check constraints, special test cases, etc.)

Step_02_SelectAll ( ) : void
Step_02_SelectAll_Generated ( ) : void

Selects all SpecialOfferProduct objects of the database.

Step_03_DeepLoad ( ) : void
Step_03_DeepLoad_Generated ( ) : void

Deep load all SpecialOfferProduct children.

Step_06_SerializeEntity ( ) : void
Step_06_SerializeEntity_Generated ( ) : void

Serialize the mock SpecialOfferProduct entity into a temporary file.

Step_07_DeserializeEntity ( ) : void
Step_07_DeserializeEntity_Generated ( ) : void

Deserialize the mock SpecialOfferProduct entity from a temporary file.

Step_08_SerializeCollection ( ) : void
Step_08_SerializeCollection_Generated ( ) : void

Serialize a SpecialOfferProduct collection into a temporary file.

Step_09_DeserializeCollection ( ) : void
Step_09_DeserializeCollection_Generated ( ) : void

Deserialize a SpecialOfferProduct collection from a temporary file.

Step_20_TestEntityHelper ( ) : void
Step_20_TestEntityHelper_Generated ( ) : void

Test methods exposed by the EntityHelper class.

Step_30_TestFindByQuery ( ) : void
Step_30_TestFindByQuery_Generated ( ) : void

Test Find using the Query class

Описание методов

CleanUp_Generated() статический публичный Метод

This method is used to restore the environment after the tests are completed.
static public CleanUp_Generated ( ) : void
Результат void

CreateMockInstance() статический публичный Метод

Returns a Typed SpecialOfferProduct Entity with mock values.
static public CreateMockInstance ( TransactionManager tm ) : SpecialOfferProduct
tm TransactionManager
Результат SpecialOfferProduct

CreateMockInstance_Generated() статический публичный Метод

Returns a Typed SpecialOfferProduct Entity with mock values.
static public CreateMockInstance_Generated ( TransactionManager tm ) : SpecialOfferProduct
tm TransactionManager
Результат SpecialOfferProduct

CreateTransaction() защищенный статический Метод

protected static CreateTransaction ( ) : TransactionManager
Результат TransactionManager

Init_Generated() статический публичный Метод

This method is used to construct the test environment prior to running the tests.
static public Init_Generated ( ) : void
Результат void

SpecialOfferProductTest() публичный Метод

Creates a new SpecialOfferProductTest instance.
public SpecialOfferProductTest ( ) : System
Результат System

UpdateMockInstance() статический публичный Метод

Update the Typed SpecialOfferProduct Entity with modified mock values.
static public UpdateMockInstance ( TransactionManager tm, SpecialOfferProduct mock ) : void
tm TransactionManager
mock SpecialOfferProduct
Результат void

UpdateMockInstance_Generated() статический публичный Метод

Update the Typed SpecialOfferProduct Entity with modified mock values.
static public UpdateMockInstance_Generated ( TransactionManager tm, SpecialOfferProduct mock ) : void
tm TransactionManager
mock SpecialOfferProduct
Результат void

Описание свойств

mock защищенное свойство

protected SpecialOfferProduct mock
Результат SpecialOfferProduct

mockCollection защищенное свойство

protected TList mockCollection
Результат TList