public void CorrectNumberOfRemainingDays() { var date = new MyDate(2001, 1, 1); Assert.AreEqual(30, date.RemainingDaysInMonth(), ""); }