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