예제 #1
0
 public void RFind()
 {
     Assert.AreEqual(6, TestVector.RFind("GHIJ"));
     Assert.AreEqual(-1, TestVector.RFind("NOOP"));
 }