Edit() 개인적인 메소드

private Edit ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult
id int
collection System.Web.Mvc.FormCollection
리턴 System.Web.Mvc.ActionResult
 public void DataTest56()
 {
     DHBlobController target = new DHBlobController(); // TODO: Initialize to an appropriate value
     int id = 0; // TODO: Initialize to an appropriate value
     FormCollection collection = null; // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.Edit(id, collection);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }