Пример #1
0
 public void CompareTwoStrings_ReturnsFalse_Test(string a, string b)
 {
     Assert.False(MiscService.CompareTwoStrings(a, b));
 }