예제 #1
0
        /// <summary>
        ///A test for Update
        ///</summary>
        public void UpdateTestHelper <T>()
            where T : class
        {
            RepositoryMock <T> target = new RepositoryMock <T>(); // TODO: Initialize to an appropriate value
            T EntityObject            = null;                     // TODO: Initialize to an appropriate value

            target.Update(EntityObject);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }