GetFname() public method

public GetFname ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
 public void DataTest58()
 {
     DHBlobController target = new DHBlobController(); // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.GetFname();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void DataTest57()
 {
     DHBlobController target = new DHBlobController(); // TODO: Initialize to an appropriate value
     HttpPostedFileBase file = null; // TODO: Initialize to an appropriate value
     string conatinerId = string.Empty; // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.GetFname(file, conatinerId);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }