public void GetDomainAttribute_ReturnsNull() { Assert.IsNotNull(m_instance.GetDomainAttribute()); }
public void GetDomainAttribute_ThrowsNotImplementedException() { Assert.Throws <NotImplementedException>(() => m_instance.GetDomainAttribute()); }