Exemple #1
0
 public void GET_ShouldReturnView()
 {
     Assert.IsInstanceOf <ViewResult>(_controller.Execute());
 }