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: src/algorithm_exercises_csharp_test/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/RansomNote.Test.cs
+10
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,14 @@ public void testCheckMagazine()
54
54
Assert.AreEqual(test.Expected,result);
55
55
}
56
56
}
57
+
58
+
[TestMethod]
59
+
publicvoidtestException()
60
+
{
61
+
#pragma warning disable CA2201// No provocar tipos de excepción reservados
0 commit comments