public void GetEmailAddressAttribute_ThrowsCOMException()
 {
     Assert.Throws <COMException>(() => m_instance.GetEmailAddressAttribute());
 }
예제 #2
0
 public void GetEmailAddressAttribute_ThrowsNotImplementException()
 {
     Assert.Throws <NotImplementedException>(() => m_instance.GetEmailAddressAttribute());
 }