Http Status Codes
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus();
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus(404);Updated about 1 year ago
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus();
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus(404);Updated about 1 year ago