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

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

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

Свойство Тип Описание
mock Nettiers.AdventureWorks.Entities.EmployeePayHistory
mockCollection TList

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

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

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

CreateMockInstance ( TransactionManager tm ) : EmployeePayHistory

Returns a Typed EmployeePayHistory Entity with mock values.

CreateMockInstance_Generated ( TransactionManager tm ) : EmployeePayHistory

Returns a Typed EmployeePayHistory Entity with mock values.

EmployeePayHistoryTest ( ) : System

Creates a new EmployeePayHistoryTest instance.

Init_Generated ( ) : void

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

UpdateMockInstance ( TransactionManager tm, EmployeePayHistory mock ) : void

Update the Typed EmployeePayHistory Entity with modified mock values.

UpdateMockInstance_Generated ( TransactionManager tm, EmployeePayHistory mock ) : void

Update the Typed EmployeePayHistory Entity with modified mock values.

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

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

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

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

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

Step_01_Insert ( ) : void
Step_01_Insert_Generated ( ) : void

Inserts a mock EmployeePayHistory entity into the database.

Step_02_SelectAll ( ) : void
Step_02_SelectAll_Generated ( ) : void

Selects all EmployeePayHistory objects of the database.

Step_03_DeepLoad ( ) : void
Step_03_DeepLoad_Generated ( ) : void

Deep load all EmployeePayHistory children.

Step_04_Update ( ) : void
Step_04_Update_Generated ( ) : void

Updates a mock EmployeePayHistory entity into the database.

Step_05_Delete ( ) : void
Step_05_Delete_Generated ( ) : void

Delete the mock EmployeePayHistory entity into the database.

Step_06_SerializeEntity ( ) : void
Step_06_SerializeEntity_Generated ( ) : void

Serialize the mock EmployeePayHistory entity into a temporary file.

Step_07_DeserializeEntity ( ) : void
Step_07_DeserializeEntity_Generated ( ) : void

Deserialize the mock EmployeePayHistory entity from a temporary file.

Step_08_SerializeCollection ( ) : void
Step_08_SerializeCollection_Generated ( ) : void

Serialize a EmployeePayHistory collection into a temporary file.

Step_09_DeserializeCollection ( ) : void
Step_09_DeserializeCollection_Generated ( ) : void

Deserialize a EmployeePayHistory collection from a temporary file.

Step_10_FK ( ) : void
Step_10_FK_Generated ( ) : void

Check the foreign key dal methods.

Step_11_IX ( ) : void
Step_11_IX_Generated ( ) : void

Check the indexes dal methods.

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 EmployeePayHistory Entity with mock values.
static public CreateMockInstance ( TransactionManager tm ) : EmployeePayHistory
tm TransactionManager
Результат Nettiers.AdventureWorks.Entities.EmployeePayHistory

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected EmployeePayHistory,Nettiers.AdventureWorks.Entities mock
Результат Nettiers.AdventureWorks.Entities.EmployeePayHistory

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

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