Example #1
0
 public FilterQueryParserTest()
 {
     _stringQueryFormater  = new StringQueryFormater();
     _genericQueryFormater = new GenericQueryFormater();
 }
 public GenericFormaterTest()
 {
     queryFormatter = new GenericQueryFormater();
 }