public void SetSecondsWorks() { var dt = new JsDate(2000, 0, 1); dt.SetSeconds(23); Assert.AreEqual(dt.GetSeconds(), 23); }