We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1231f28 commit 591ff41Copy full SHA for 591ff41
TestStack.FluentMvcTesting/ControllerResultTest/ShouldGiveHttpStatus.cs
@@ -5,8 +5,6 @@ namespace TestStack.FluentMVCTesting
5
{
6
public partial class ControllerResultTest<T>
7
8
- #region Http Status
9
-
10
public void ShouldGiveHttpStatus()
11
12
ValidateActionReturnType<HttpStatusCodeResult>();
@@ -26,7 +24,5 @@ public void ShouldGiveHttpStatus(HttpStatusCode status)
26
24
27
25
ShouldGiveHttpStatus((int)status);
28
}
29
30
- #endregion
31
32
0 commit comments