예제 #1
0
 public void WholeOperationIndexFinderCorrectlyFindsIndex(string operation, string statement, int expectedIndex)
 {
     Assert.Equal(expectedIndex, TokenMatcher.WholeOperationIndexFinder(operation, statement));
 }