public void Test_RepeatingOfLatinElem_Positive(string str, int expected) { Assert.AreEqual(expected, SymbolString.EqualLatin(str)); }