C# Class Nettiers.AdventureWorks.UnitTests.EmployeeAddressTest

Provides tests for the and EmployeeAddress objects (entity, collection and repository).
ファイルを表示 Open project: netTiers/netTiers Class Usage Examples

Protected Properties

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

Public Methods

Method Description
CleanUp_Generated ( ) : void

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

CreateMockInstance ( TransactionManager tm ) : EmployeeAddress

Returns a Typed EmployeeAddress Entity with mock values.

CreateMockInstance_Generated ( TransactionManager tm ) : EmployeeAddress

Returns a Typed EmployeeAddress Entity with mock values.

EmployeeAddressTest ( ) : System

Creates a new EmployeeAddressTest instance.

Init_Generated ( ) : void

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

UpdateMockInstance ( TransactionManager tm, EmployeeAddress mock ) : void

Update the Typed EmployeeAddress Entity with modified mock values.

UpdateMockInstance_Generated ( TransactionManager tm, EmployeeAddress mock ) : void

Update the Typed EmployeeAddress Entity with modified mock values.

Protected Methods

Method Description
CreateTransaction ( ) : TransactionManager

Private Methods

Method Description
Dispose ( ) : void
Init ( ) : void
SetSpecialTestData ( EmployeeAddress 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 EmployeeAddress objects of the database.

Step_03_DeepLoad ( ) : void
Step_03_DeepLoad_Generated ( ) : void

Deep load all EmployeeAddress children.

Step_06_SerializeEntity ( ) : void
Step_06_SerializeEntity_Generated ( ) : void

Serialize the mock EmployeeAddress entity into a temporary file.

Step_07_DeserializeEntity ( ) : void
Step_07_DeserializeEntity_Generated ( ) : void

Deserialize the mock EmployeeAddress entity from a temporary file.

Step_08_SerializeCollection ( ) : void
Step_08_SerializeCollection_Generated ( ) : void

Serialize a EmployeeAddress collection into a temporary file.

Step_09_DeserializeCollection ( ) : void
Step_09_DeserializeCollection_Generated ( ) : void

Deserialize a EmployeeAddress 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

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() static public method

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

CreateMockInstance_Generated() static public method

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

CreateTransaction() protected static method

protected static CreateTransaction ( ) : TransactionManager
return TransactionManager

EmployeeAddressTest() public method

Creates a new EmployeeAddressTest instance.
public EmployeeAddressTest ( ) : System
return System

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() static public method

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

UpdateMockInstance_Generated() static public method

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

Property Details

mock protected_oe property

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

mockCollection protected_oe property

protected TList mockCollection
return TList