Nettiers.AdventureWorks.UnitTests.EmployeePayHistoryTest.UpdateMockInstance C# (CSharp) Method

UpdateMockInstance() static public method

Update the Typed EmployeePayHistory Entity with modified mock values.
static public UpdateMockInstance ( TransactionManager tm, EmployeePayHistory mock ) : void
tm TransactionManager
mock Nettiers.AdventureWorks.Entities.EmployeePayHistory
return void
        static public void UpdateMockInstance(TransactionManager tm, EmployeePayHistory mock)
        {
            EmployeePayHistoryTest.UpdateMockInstance_Generated(tm, mock);
            
			// make any alterations necessary 
            // (i.e. for DB check constraints, special test cases, etc.)
			SetSpecialTestData(mock);
        }