Exemplo n.º 1
0
        ///<summary>
        ///  Update the Typed TestIssue117Tablec Entity with modified mock values.
        ///</summary>
        static public void UpdateMockInstance(TransactionManager tm, TestIssue117Tablec mock)
        {
            TestIssue117TablecTest.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>
        ///  Returns a Typed TestIssue117Tablec Entity with mock values.
        ///</summary>
        static public TestIssue117Tablec CreateMockInstance(TransactionManager tm)
        {
            // get the default mock instance
            TestIssue117Tablec mock = TestIssue117TablecTest.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);
        }