public void DateTakesYearMonthDayAndCreatesDateTime() { Assert.Equal(new DateTime(2012, 12, 31), Formulae.Date(2012, 12, 31)); }