public void findTest()
 {
     EmpMealCost_Accessor target = new EmpMealCost_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 EmpMealCostConstructorTest()
 {
     EmpMealCost_Accessor target = new EmpMealCost_Accessor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }