Http Status Codes
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus();
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus(404);
Updated 2 months ago
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus();
_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus(404);
Updated 2 months ago