public void EditTest1()
 {
     MediaContentController target = new MediaContentController(); // TODO: Initialize to an appropriate value
     MediaContent mediacontent = null; // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.Edit(mediacontent);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }