public void Index() { ChannelController c = new ChannelController(); ActionResult result = c.Index(); Assert.IsNotNull(result); }