Exemplo n.º 1
0
 public static bool IsMatch(CheckOperator checkOperator, string input)
 {
     return(checkOperator.CanCheck(CellOperationValue.Make(new TypedValue(null)),
                                   TestUtils.CreateCell(input)));
 }
Exemplo n.º 2
0
 public static bool IsMatch(CheckOperator checkOperator, string input)
 {
     return checkOperator.CanCheck(CellOperationValue.Make(new TypedValue(null)),
                                                     TestUtils.CreateCell(input));
 }