public void GetFullnameAttribute_ThrowCOMException()
 {
     Assert.Throws <COMException>(() => m_instance.GetFullnameAttribute());
 }
예제 #2
0
 public void GetFullnameAttribute_ThrowsNotImplementException()
 {
     Assert.Throws <NotImplementedException>(() => m_instance.GetFullnameAttribute());
 }