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.ActionResults.Test/BuildersTests/ActionResultsTests/SignInTests/SignInTestBuilderTests.cs
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,15 @@ public void ShouldReturnSignInShouldThrowExceptionIfResultIsSignInWithIncorrectA
$"action in MvcController expected sign in result authentication properties to be the same as the provided one, but instead received different result.");
69
+
$"action in {nameof(MvcController)} expected sign in result authentication properties "+
70
+
$"to be the same as the provided one, but instead received different result.");
Copy file name to clipboardExpand all lines: test/MyTested.AspNetCore.Mvc.Controllers.ActionResults.Test/BuildersTests/ActionResultsTests/SignOutTests/SignOutTestBuilderTests.cs
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ public void ShouldReturnSignOutShouldThrowExceptionIfResultIsSignOutWithIncorrec
$"action in MvcController expected sign out result authentication properties to be the same as the provided one, but instead received different result.");
132
+
$"action in {nameof(MvcController)} expected sign out result "+
133
+
$"authentication properties to be the same as the provided one, but instead received different result.");
0 commit comments