Ejemplo n.º 1
0
 public void AllGrades_ShouldPass()
 {
     _controller.WithCallTo(c => c.All()).ShouldRenderDefaultView()
     .WithModel <IEnumerable <AllGradesVm> >();
 }