Exemplo n.º 1
0
        ///<summary>
        ///  Update the Typed Shippers Entity with modified mock values.
        ///</summary>
        public static void UpdateMockInstance(TransactionManager tm, Shippers mock)
        {
            ShippersTest.UpdateMockInstance_Generated(tm, mock);

            // make any alterations necessary
            // (i.e. for DB check constraints, special test cases, etc.)
            SetSpecialTestData(mock);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Make any alterations necessary (i.e. for DB check constraints, special test cases, etc.)
 /// </summary>
 /// <param name="mock">Object to be modified</param>
 private static void SetSpecialTestData(Shippers mock)
 {
     //Code your changes to the data object here.
 }