public void GetDomainAttribute_ReturnsNull()
 {
     Assert.IsNotNull(m_instance.GetDomainAttribute());
 }
示例#2
0
 public void GetDomainAttribute_ThrowsNotImplementedException()
 {
     Assert.Throws <NotImplementedException>(() => m_instance.GetDomainAttribute());
 }