public void TestDato() { Bil bil = new Bil(); bool a = bil.IsWeekend(DateTime.Now); Assert.AreEqual(a, false); }