You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/MyTested.AspNetCore.Mvc.Controllers.Attributes.Test/BuildersTests/AttributesTests/ActionAttributesTestBuilderTests.cs
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public void ChangingRouteToShouldNotThrowExceptionWithActionWithTheAttribute()
"When calling VariousAttributesAction action in MvcController expected action to have RouteAttribute with '/api/another' template, but in fact found '/api/test'.");
49
49
}
@@ -55,7 +55,7 @@ public void ChangingRouteToShouldNotThrowExceptionWithActionWithTheAttributeAndC
"When calling VariousAttributesAction action in MvcController expected action to have RouteAttribute with 'AnotherRoute' name, but in fact found 'TestRoute'.");
74
74
}
@@ -80,7 +80,7 @@ public void ChangingRouteToShouldNotThrowExceptionWithActionWithTheAttributeAndC
"When calling VariousAttributesAction action in MvcController expected action to have ActionNameAttribute with 'AnotherAction' name, but in fact found 'NormalAction'.");
139
139
}
@@ -148,7 +148,7 @@ public void ChangingActionNameToShouldThrowExceptionWithActionWithoutTheAttribut
Copy file name to clipboardExpand all lines: test/MyTested.AspNetCore.Mvc.Controllers.Attributes.Test/BuildersTests/AttributesTests/ControllerAttributesTestBuilderTests.cs
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ public void ChangingRouteToShouldNotThrowExceptionWithControllerWithTheAttribute
0 commit comments