public void GetAllStudent_Test() { int count = StudentCRUD.GetAllStudent(); Assert.That(count, Is.GreaterThan(0)); }