Esempio n. 1
0
 public void WorkHoursGetAllWorkHoursForTodayTest()
 {
     DataManager target = new DataManager(); // TODO: Initialize to an appropriate value
     float expected = 0; // TODO: Initialize to an appropriate value
     float actual;
     actual = target.WorkHoursGetAllWorkHoursForToday();
     Assert.AreEqual(expected, actual);
     //Assert.Inconclusive("Verify the correctness of this test method.");
 }