프로퍼티 | 타입 | 설명 | |
---|---|---|---|
mock | |||
mockCollection | TList |
메소드 | 설명 | |
---|---|---|
CleanUp_Generated ( ) : void |
This method is used to restore the environment after the tests are completed.
|
|
CreateMockInstance_Generated ( TransactionManager tm ) : |
Returns a Typed CountryRegion 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, |
Update the Typed CountryRegion Entity with modified mock values.
|
메소드 | 설명 | |
---|---|---|
CreateTransaction ( ) : TransactionManager |
메소드 | 설명 | |
---|---|---|
Step_01_Insert_Generated ( ) : void |
Inserts a mock CountryRegion entity into the database.
|
|
Step_02_SelectAll_Generated ( ) : void |
Selects all CountryRegion objects of the database.
|
|
Step_03_DeepLoad_Generated ( ) : void |
Deep load all CountryRegion children.
|
|
Step_04_Update_Generated ( ) : void |
Updates a mock CountryRegion entity into the database.
|
|
Step_05_Delete_Generated ( ) : void |
Delete the mock CountryRegion entity into the database.
|
|
Step_06_SerializeEntity_Generated ( ) : void |
Serialize the mock CountryRegion entity into a temporary file.
|
|
Step_07_DeserializeEntity_Generated ( ) : void |
Deserialize the mock CountryRegion entity from a temporary file.
|
|
Step_08_SerializeCollection_Generated ( ) : void |
Serialize a CountryRegion collection into a temporary file.
|
|
Step_09_DeserializeCollection_Generated ( ) : void |
Deserialize a CountryRegion 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
|
static public CreateMockInstance_Generated ( TransactionManager tm ) : |
||
tm | TransactionManager | |
리턴 |
protected static CreateTransaction ( ) : TransactionManager | ||
리턴 | TransactionManager |
static public UpdateMockInstance_Generated ( TransactionManager tm, |
||
tm | TransactionManager | |
mock | ||
리턴 | void |
protected CountryRegion,Nettiers.AdventureWorks.Entities mock | ||
리턴 |