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

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

공개 메소드들

메소드 설명
CreateMockInstance ( TransactionManager tm ) : SalesPersonQuotaHistory

Returns a Typed SalesPersonQuotaHistory Entity with mock values.

SalesPersonQuotaHistoryTest ( ) : System

Creates a new SalesPersonQuotaHistoryTest instance.

UpdateMockInstance ( TransactionManager tm, SalesPersonQuotaHistory mock ) : void

Update the Typed SalesPersonQuotaHistory Entity with modified mock values.

비공개 메소드들

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

Make any alterations necessary (i.e. for DB check constraints, special test cases, etc.)

Step_01_Insert ( ) : void
Step_02_SelectAll ( ) : void
Step_03_DeepLoad ( ) : void
Step_04_Update ( ) : void
Step_05_Delete ( ) : void
Step_06_SerializeEntity ( ) : void
Step_07_DeserializeEntity ( ) : void
Step_08_SerializeCollection ( ) : void
Step_09_DeserializeCollection ( ) : void
Step_10_FK ( ) : void
Step_11_IX ( ) : void
Step_20_TestEntityHelper ( ) : void
Step_30_TestFindByQuery ( ) : void

메소드 상세

CreateMockInstance() 정적인 공개 메소드

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

SalesPersonQuotaHistoryTest() 공개 메소드

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

UpdateMockInstance() 정적인 공개 메소드

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