Exemplo n.º 1
0
 public void GetYearTest()
 {
     foreach (var convertedDate in DateTimesByWeekDates)
     {
         Assert.AreEqual(
             convertedDate.Key.Year,
             WeekDate.GetYear(convertedDate.Value));
     }
 }