public void MinProduct_Id() { int testdata = 1; order.Product_Id = testdata; string error = ""; Assert.AreEqual(error, order.productIDvalid(order.Product_Id)); }