Свойство | Type | Description | |
---|---|---|---|
mock | TimestampPk | ||
mockCollection | TList |
Méthode | Description | |
---|---|---|
CleanUp_Generated ( ) : void |
This method is used to restore the environment after the tests are completed.
|
|
CreateMockInstance ( TransactionManager tm ) : |
Returns a Typed TimestampPk Entity with mock values.
|
|
CreateMockInstance_Generated ( TransactionManager tm ) : |
Returns a Typed TimestampPk Entity with mock values.
|
|
Init_Generated ( ) : void |
This method is used to construct the test environment prior to running the tests.
|
|
TimestampPkTest ( ) : System |
Creates a new TimestampPkTest instance.
|
|
UpdateMockInstance ( TransactionManager tm, TimestampPk mock ) : void |
Update the Typed TimestampPk Entity with modified mock values.
|
|
UpdateMockInstance_Generated ( TransactionManager tm, TimestampPk mock ) : void |
Update the Typed TimestampPk Entity with modified mock values.
|
Méthode | Description | |
---|---|---|
CreateTransaction ( ) : TransactionManager |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Init ( ) : void | ||
SetSpecialTestData ( |
Make any alterations necessary (i.e. for DB check constraints, special test cases, etc.)
|
|
Step_01_Insert ( ) : void | ||
Step_01_Insert_Generated ( ) : void |
Inserts a mock TimestampPk entity into the database.
|
|
Step_02_SelectAll ( ) : void | ||
Step_02_SelectAll_Generated ( ) : void |
Selects all TimestampPk objects of the database.
|
|
Step_03_DeepLoad ( ) : void | ||
Step_03_DeepLoad_Generated ( ) : void |
Deep load all TimestampPk children.
|
|
Step_04_Update ( ) : void | ||
Step_04_Update_Generated ( ) : void |
Updates a mock TimestampPk entity into the database.
|
|
Step_05_Delete ( ) : void | ||
Step_05_Delete_Generated ( ) : void |
Delete the mock TimestampPk entity into the database.
|
|
Step_06_SerializeEntity ( ) : void | ||
Step_06_SerializeEntity_Generated ( ) : void |
Serialize the mock TimestampPk entity into a temporary file.
|
|
Step_07_DeserializeEntity ( ) : void | ||
Step_07_DeserializeEntity_Generated ( ) : void |
Deserialize the mock TimestampPk entity from a temporary file.
|
|
Step_08_SerializeCollection ( ) : void | ||
Step_08_SerializeCollection_Generated ( ) : void |
Serialize a TimestampPk collection into a temporary file.
|
|
Step_09_DeserializeCollection ( ) : void | ||
Step_09_DeserializeCollection_Generated ( ) : void |
Deserialize a TimestampPk collection from a temporary file.
|
|
Step_10_FK ( ) : void | ||
Step_10_FK_Generated ( ) : void |
Check the foreign key dal methods.
|
|
Step_11_IX ( ) : void | ||
Step_11_IX_Generated ( ) : void |
Check the indexes dal methods.
|
|
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 | |
Résultat |
static public CreateMockInstance_Generated ( TransactionManager tm ) : |
||
tm | TransactionManager | |
Résultat |
protected static CreateTransaction ( ) : TransactionManager | ||
Résultat | TransactionManager |
static public UpdateMockInstance ( TransactionManager tm, TimestampPk mock ) : void | ||
tm | TransactionManager | |
mock | TimestampPk | |
Résultat | void |
static public UpdateMockInstance_Generated ( TransactionManager tm, TimestampPk mock ) : void | ||
tm | TransactionManager | |
mock | TimestampPk | |
Résultat | void |