C# Class Nettiers.AdventureWorks.UnitTests.SalesTerritoryHistoryTest

Provides tests for the and SalesTerritoryHistory objects (entity, collection and repository).
Exibir arquivo Open project: netTiers/netTiers Class Usage Examples

Protected Properties

Property Type Description
mock Nettiers.AdventureWorks.Entities.SalesTerritoryHistory
mockCollection TList

Public Methods

Method Description
CleanUp_Generated ( ) : void

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

CreateMockInstance_Generated ( TransactionManager tm ) : SalesTerritoryHistory

Returns a Typed SalesTerritoryHistory Entity with mock values.

Init_Generated ( ) : void

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

UpdateMockInstance_Generated ( TransactionManager tm, SalesTerritoryHistory mock ) : void

Update the Typed SalesTerritoryHistory Entity with modified mock values.

Protected Methods

Method Description
CreateTransaction ( ) : TransactionManager

Private Methods

Method Description
Step_01_Insert_Generated ( ) : void

Inserts a mock SalesTerritoryHistory entity into the database.

Step_02_SelectAll_Generated ( ) : void

Selects all SalesTerritoryHistory objects of the database.

Step_03_DeepLoad_Generated ( ) : void

Deep load all SalesTerritoryHistory children.

Step_04_Update_Generated ( ) : void

Updates a mock SalesTerritoryHistory entity into the database.

Step_05_Delete_Generated ( ) : void

Delete the mock SalesTerritoryHistory entity into the database.

Step_06_SerializeEntity_Generated ( ) : void

Serialize the mock SalesTerritoryHistory entity into a temporary file.

Step_07_DeserializeEntity_Generated ( ) : void

Deserialize the mock SalesTerritoryHistory entity from a temporary file.

Step_08_SerializeCollection_Generated ( ) : void

Serialize a SalesTerritoryHistory collection into a temporary file.

Step_09_DeserializeCollection_Generated ( ) : void

Deserialize a SalesTerritoryHistory collection from a temporary file.

Step_10_FK_Generated ( ) : void

Check the foreign key dal methods.

Step_11_IX_Generated ( ) : void

Check the indexes dal methods.

Step_20_TestEntityHelper_Generated ( ) : void

Test methods exposed by the EntityHelper class.

Step_30_TestFindByQuery_Generated ( ) : void

Test Find using the Query class

Method Details

CleanUp_Generated() static public method

This method is used to restore the environment after the tests are completed.
static public CleanUp_Generated ( ) : void
return void

CreateMockInstance_Generated() static public method

Returns a Typed SalesTerritoryHistory Entity with mock values.
static public CreateMockInstance_Generated ( TransactionManager tm ) : SalesTerritoryHistory
tm TransactionManager
return Nettiers.AdventureWorks.Entities.SalesTerritoryHistory

CreateTransaction() protected static method

protected static CreateTransaction ( ) : TransactionManager
return TransactionManager

Init_Generated() static public method

This method is used to construct the test environment prior to running the tests.
static public Init_Generated ( ) : void
return void

UpdateMockInstance_Generated() static public method

Update the Typed SalesTerritoryHistory Entity with modified mock values.
static public UpdateMockInstance_Generated ( TransactionManager tm, SalesTerritoryHistory mock ) : void
tm TransactionManager
mock Nettiers.AdventureWorks.Entities.SalesTerritoryHistory
return void

Property Details

mock protected_oe property

protected SalesTerritoryHistory,Nettiers.AdventureWorks.Entities mock
return Nettiers.AdventureWorks.Entities.SalesTerritoryHistory

mockCollection protected_oe property

protected TList mockCollection
return TList