Example #1
0
 public bool ValidateSearchBy(string searchBy, string expectedValue)
 {
     return(this.ValidateResultsInTable(expectedValue, ordersTable.GetColumnRecords(searchBy)));
 }