public void yetkiligirisi() { ytesti test1 = new ytesti(); int i = test1.yetkiligirisikontrol("Hasibe", "2121"); Assert.AreEqual(2121, i); }
public void kullanicigiriş() { ytesti test1 = new ytesti(); int i = test1.kullanıcıgirişikontrol("BeritanKarali", "3535"); Assert.AreEqual(3535, i); }
public void TestMethod1() { ytesti test1 = new ytesti(); }