C# Class Nettiers.AdventureWorks.UnitTests.VendorAddressTest

Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Protected Properties

Свойство Type Description
mock Nettiers.AdventureWorks.Entities.VendorAddress
mockCollection TList

Méthodes publiques

Méthode Description
CleanUp_Generated ( ) : void

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

CreateMockInstance ( TransactionManager tm ) : VendorAddress

Returns a Typed VendorAddress Entity with mock values.

CreateMockInstance_Generated ( TransactionManager tm ) : VendorAddress

Returns a Typed VendorAddress Entity with mock values.

Init_Generated ( ) : void

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

UpdateMockInstance ( TransactionManager tm, VendorAddress mock ) : void

Update the Typed VendorAddress Entity with modified mock values.

UpdateMockInstance_Generated ( TransactionManager tm, VendorAddress mock ) : void

Update the Typed VendorAddress Entity with modified mock values.

VendorAddressTest ( ) : System

Creates a new VendorAddressTest instance.

Méthodes protégées

Méthode Description
CreateTransaction ( ) : TransactionManager

Private Methods

Méthode Description
Dispose ( ) : void
Init ( ) : void
SetSpecialTestData ( VendorAddress 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 VendorAddress objects of the database.

Step_03_DeepLoad ( ) : void
Step_03_DeepLoad_Generated ( ) : void

Deep load all VendorAddress children.

Step_06_SerializeEntity ( ) : void
Step_06_SerializeEntity_Generated ( ) : void

Serialize the mock VendorAddress entity into a temporary file.

Step_07_DeserializeEntity ( ) : void
Step_07_DeserializeEntity_Generated ( ) : void

Deserialize the mock VendorAddress entity from a temporary file.

Step_08_SerializeCollection ( ) : void
Step_08_SerializeCollection_Generated ( ) : void

Serialize a VendorAddress collection into a temporary file.

Step_09_DeserializeCollection ( ) : void
Step_09_DeserializeCollection_Generated ( ) : void

Deserialize a VendorAddress 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 méthode

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

CreateMockInstance() static public méthode

Returns a Typed VendorAddress Entity with mock values.
static public CreateMockInstance ( TransactionManager tm ) : VendorAddress
tm TransactionManager
Résultat Nettiers.AdventureWorks.Entities.VendorAddress

CreateMockInstance_Generated() static public méthode

Returns a Typed VendorAddress Entity with mock values.
static public CreateMockInstance_Generated ( TransactionManager tm ) : VendorAddress
tm TransactionManager
Résultat Nettiers.AdventureWorks.Entities.VendorAddress

CreateTransaction() protected static méthode

protected static CreateTransaction ( ) : TransactionManager
Résultat TransactionManager

Init_Generated() static public méthode

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

UpdateMockInstance() static public méthode

Update the Typed VendorAddress Entity with modified mock values.
static public UpdateMockInstance ( TransactionManager tm, VendorAddress mock ) : void
tm TransactionManager
mock Nettiers.AdventureWorks.Entities.VendorAddress
Résultat void

UpdateMockInstance_Generated() static public méthode

Update the Typed VendorAddress Entity with modified mock values.
static public UpdateMockInstance_Generated ( TransactionManager tm, VendorAddress mock ) : void
tm TransactionManager
mock Nettiers.AdventureWorks.Entities.VendorAddress
Résultat void

VendorAddressTest() public méthode

Creates a new VendorAddressTest instance.
public VendorAddressTest ( ) : System
Résultat System

Property Details

mock protected_oe property

protected VendorAddress,Nettiers.AdventureWorks.Entities mock
Résultat Nettiers.AdventureWorks.Entities.VendorAddress

mockCollection protected_oe property

protected TList mockCollection
Résultat TList