Esempio n. 1
0
 public void getDeptTest()
 {
     CompanyImpl target = new CompanyImpl(); // TODO: Initialize to an appropriate value
     string deptId = string.Empty; // TODO: Initialize to an appropriate value
     Department expected = new Department(); // TODO: Initialize to an appropriate value
     Department actual;
     actual = target.getDept(deptId);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }