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
@@ -300,6 +301,21 @@ public void Check_for_invalid_partial_name()
300
301
);
301
302
Assert.That(exception.Message,Is.EqualTo(string.Format("Expected result view to be '{0}', but instead was given '{1}'.",ControllerResultTestController.PartialName,ControllerResultTestController.RandomViewName)));
thrownewActionResultAssertionException(string.Format("Expected file to be of content type '{0}', but instead was given '{1}'.",contentType,fileResult.ContentType));
0 commit comments