Exemple #1
0
 public void GetDoctorTest()
 {
     Assert.AreEqual(new Doctor("Anna", "Nicolson", 2)
     {
         Id = 2
     }, registry.GetDoctor(2));
 }