Property | Type | Description | |
---|---|---|---|
mock | |||
mockCollection | TList |
Method | Description | |
---|---|---|
CleanUp_Generated ( ) : void |
This method is used to restore the environment after the tests are completed.
|
|
CreateMockInstance ( TransactionManager tm ) : |
Returns a Typed ProductDocument Entity with mock values.
|
|
CreateMockInstance_Generated ( TransactionManager tm ) : |
Returns a Typed ProductDocument Entity with mock values.
|
|
Init_Generated ( ) : void |
This method is used to construct the test environment prior to running the tests.
|
|
ProductDocumentTest ( ) : System |
Creates a new ProductDocumentTest instance.
|
|
UpdateMockInstance ( TransactionManager tm, |
Update the Typed ProductDocument Entity with modified mock values.
|
|
UpdateMockInstance_Generated ( TransactionManager tm, |
Update the Typed ProductDocument Entity with modified mock values.
|
Method | Description | |
---|---|---|
CreateTransaction ( ) : TransactionManager |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Init ( ) : void | ||
SetSpecialTestData ( |
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 ProductDocument objects of the database.
|
|
Step_03_DeepLoad ( ) : void | ||
Step_03_DeepLoad_Generated ( ) : void |
Deep load all ProductDocument children.
|
|
Step_06_SerializeEntity ( ) : void | ||
Step_06_SerializeEntity_Generated ( ) : void |
Serialize the mock ProductDocument entity into a temporary file.
|
|
Step_07_DeserializeEntity ( ) : void | ||
Step_07_DeserializeEntity_Generated ( ) : void |
Deserialize the mock ProductDocument entity from a temporary file.
|
|
Step_08_SerializeCollection ( ) : void | ||
Step_08_SerializeCollection_Generated ( ) : void |
Serialize a ProductDocument collection into a temporary file.
|
|
Step_09_DeserializeCollection ( ) : void | ||
Step_09_DeserializeCollection_Generated ( ) : void |
Deserialize a ProductDocument 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
|
static public CreateMockInstance ( TransactionManager tm ) : |
||
tm | TransactionManager | |
return |
static public CreateMockInstance_Generated ( TransactionManager tm ) : |
||
tm | TransactionManager | |
return |
protected static CreateTransaction ( ) : TransactionManager | ||
return | TransactionManager |
static public UpdateMockInstance ( TransactionManager tm, |
||
tm | TransactionManager | |
mock | ||
return | void |
static public UpdateMockInstance_Generated ( TransactionManager tm, |
||
tm | TransactionManager | |
mock | ||
return | void |
protected ProductDocument,Nettiers.AdventureWorks.Entities mock | ||
return |