public void WatchingTheBoardTest() { EmployerController con = new EmployerController(); ViewResult res = con.WatchingTheBoard() as ViewResult; Assert.IsNotNull(res); }