C# 클래스 Nettiers.AdventureWorks.UnitTests.ContactTest

파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mock Nettiers.AdventureWorks.Entities.Contact
mockCollection TList

공개 메소드들

메소드 설명
CleanUp_Generated ( ) : void

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

ContactTest ( ) : System

Creates a new ContactTest instance.

CreateMockInstance ( TransactionManager tm ) : Contact

Returns a Typed Contact Entity with mock values.

CreateMockInstance_Generated ( TransactionManager tm ) : Contact

Returns a Typed Contact Entity with mock values.

Init_Generated ( ) : void

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

UpdateMockInstance ( TransactionManager tm, Contact mock ) : void

Update the Typed Contact Entity with modified mock values.

UpdateMockInstance_Generated ( TransactionManager tm, Contact mock ) : void

Update the Typed Contact Entity with modified mock values.

보호된 메소드들

메소드 설명
CreateTransaction ( ) : TransactionManager

비공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( ) : void
SetSpecialTestData ( Contact mock ) : void

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 Contact entity into the database.

Step_02_SelectAll ( ) : void
Step_02_SelectAll_Generated ( ) : void

Selects all Contact objects of the database.

Step_03_DeepLoad ( ) : void
Step_03_DeepLoad_Generated ( ) : void

Deep load all Contact children.

Step_04_Update ( ) : void
Step_04_Update_Generated ( ) : void

Updates a mock Contact entity into the database.

Step_05_Delete ( ) : void
Step_05_Delete_Generated ( ) : void

Delete the mock Contact entity into the database.

Step_06_SerializeEntity ( ) : void
Step_06_SerializeEntity_Generated ( ) : void

Serialize the mock Contact entity into a temporary file.

Step_07_DeserializeEntity ( ) : void
Step_07_DeserializeEntity_Generated ( ) : void

Deserialize the mock Contact entity from a temporary file.

Step_08_SerializeCollection ( ) : void
Step_08_SerializeCollection_Generated ( ) : void

Serialize a Contact collection into a temporary file.

Step_09_DeserializeCollection ( ) : void
Step_09_DeserializeCollection_Generated ( ) : void

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

메소드 상세

CleanUp_Generated() 정적인 공개 메소드

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

ContactTest() 공개 메소드

Creates a new ContactTest instance.
public ContactTest ( ) : System
리턴 System

CreateMockInstance() 정적인 공개 메소드

Returns a Typed Contact Entity with mock values.
static public CreateMockInstance ( TransactionManager tm ) : Contact
tm TransactionManager
리턴 Nettiers.AdventureWorks.Entities.Contact

CreateMockInstance_Generated() 정적인 공개 메소드

Returns a Typed Contact Entity with mock values.
static public CreateMockInstance_Generated ( TransactionManager tm ) : Contact
tm TransactionManager
리턴 Nettiers.AdventureWorks.Entities.Contact

CreateTransaction() 보호된 정적인 메소드

protected static CreateTransaction ( ) : TransactionManager
리턴 TransactionManager

Init_Generated() 정적인 공개 메소드

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

UpdateMockInstance() 정적인 공개 메소드

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

UpdateMockInstance_Generated() 정적인 공개 메소드

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

프로퍼티 상세

mock 보호되어 있는 프로퍼티

protected Contact,Nettiers.AdventureWorks.Entities mock
리턴 Nettiers.AdventureWorks.Entities.Contact

mockCollection 보호되어 있는 프로퍼티

protected TList mockCollection
리턴 TList