Esempio n. 1
0
 public void SectionStringTest(string input, int length, string expected)
 {
     Assert.AreEqual(target.SectionString(input, length), expected);
 }