public void TestFormView_InsertItem()
        {
            var item = new DataAnnotationValidatorTestWeb.Models.TestModel();
            TryUpdateModel(item);
            if (ModelState.IsValid)
            {

            }
        }
示例#2
0
        public void TestFormView_InsertItem()
        {
            var item = new DataAnnotationValidatorTestWeb.Models.TestModel();

            TryUpdateModel(item);
            if (ModelState.IsValid)
            {
            }
        }