예제 #1
0
 public void Controller_is_authorized_with_Admin_role()
 {
     // Act & Assert
     _controller.AssertControllerIsAuthorized("Admin");
 }