Ejemplo n.º 1
0
 public void get_current_dayTest()
 {
     DataManager target = new DataManager(); // TODO: Initialize to an appropriate value
     DateTime expected = DateTime.Today; // TODO: Initialize to an appropriate value
     DateTime actual;
     actual = target.GetCurrentDay();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }