示例#1
0
 public void TestInitialise()
 {
     // we expect to be word length - 1
     Assert.AreEqual(new Tuple <int, int>(0, 4), analyst.WordLocation());
 }