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: source/TestFramework/Assert.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ public sealed class Assert
21
21
privateconststringWrongExceptionThrown="Threw exception {2}, but exception {1} was expected. {0}\r\nException Message: {3}";
22
22
privateconststringNoExceptionThrown="No exception thrown. {1} exception was expected. {0}";
23
23
privateconststringAreSameGivenValues="Do not pass value types to AreSame(). Values converted to Object will never be the same. Consider using AreEqual(). {0}";
24
-
privateconststringIsNotInstanceOfFailMsg="Wrong Type:<{1}>. Actual type:<{2}>. {0}";
25
-
privateconststringIsInstanceOfFailMsg="{0} Expected type:<{1}>. Actual type:<{2}>.";
24
+
privateconststringIsNotInstanceOfFailMsg="Wrong Type:<{1}>. Actual type:<{2}>. {0}";
25
+
privateconststringIsInstanceOfFailMsg="{0} Expected type:<{1}>. Actual type:<{2}>.";
26
26
privateconststringStringContainsFailMsg="{2} does not contains {1}. {0}";
27
27
privateconststringStringDoesNotContainsFailMsg="{2} should not contain {1}. {0}";
28
28
privateconststringStringDoesNotEndWithFailMsg="{2} does not end with {1}. {0}";
29
29
privateconststringStringDoesNotStartWithFailMsg="{2} does not start with {1}. {0}";
0 commit comments