public void WholeOperationIndexFinderCorrectlyFindsIndex(string operation, string statement, int expectedIndex)
 {
     Assert.Equal(expectedIndex, TokenMatcher.WholeOperationIndexFinder(operation, statement));
 }