///<summary> /// Update the Typed SalesTaxRate Entity with modified mock values. ///</summary> static public void UpdateMockInstance(TransactionManager tm, SalesTaxRate mock) { SalesTaxRateTest.UpdateMockInstance_Generated(tm, mock); // make any alterations necessary // (i.e. for DB check constraints, special test cases, etc.) SetSpecialTestData(mock); }
///<summary> /// Returns a Typed SalesTaxRate Entity with mock values. ///</summary> static public SalesTaxRate CreateMockInstance(TransactionManager tm) { // get the default mock instance SalesTaxRate mock = SalesTaxRateTest.CreateMockInstance_Generated(tm); // make any alterations necessary // (i.e. for DB check constraints, special test cases, etc.) SetSpecialTestData(mock); // return the modified object return(mock); }