Index() public method

public Index ( String search ) : System.Web.Mvc.ActionResult
search String
return System.Web.Mvc.ActionResult
 public void testIndex()
 {
     PostsController postControl = new PostsController();
     ActionResult index = postControl.Index("HaveNeed");
 }