public void ExitEzDrinkTest() { DrinkModel model = new DrinkModel(); model.ExitEzDrink(); Assert.IsTrue(true); }