Esempio n. 1
0
 public void getAllDeptTest()
 {
     CompanyImpl target = new CompanyImpl(); // TODO: Initialize to an appropriate value
     List<Department> actual;
     actual = target.getAllDept();
     Assert.AreEqual(5, actual.Count);
 }