public void findTest()
 {
     MealCost_Accessor target = new MealCost_Accessor(); // TODO: Initialize to an appropriate value
     string @where = string.Empty; // TODO: Initialize to an appropriate value
     target.find(@where);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
 public void MealCostConstructorTest()
 {
     MealCost_Accessor target = new MealCost_Accessor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }