예제 #1
0
파일: Class1.cs 프로젝트: mggtkagu/32-3
 public void IdCurrentUSer()
 {
     user.CreateFromPerson(person);
     Assert.AreEqual(person.Id, user.Id);
     //  Assert.Throws<Exception>(() => new User().CreateFromPerson("")) ;
     //  Assert.Throws<Exception>(() => new Form1().Enter("123", "123")) ;
 }