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