コード例 #1
0
 public void Test_RepeatingOfLatinElem_Positive(string str, int expected)
 {
     Assert.AreEqual(expected, SymbolString.EqualLatin(str));
 }