コード例 #1
0
 public void GetDomainAttribute_ReturnsNull()
 {
     Assert.IsNotNull(m_instance.GetDomainAttribute());
 }
コード例 #2
0
ファイル: UserInfoTests.cs プロジェクト: Porfoore/DirtyGecko
 public void GetDomainAttribute_ThrowsNotImplementedException()
 {
     Assert.Throws <NotImplementedException>(() => m_instance.GetDomainAttribute());
 }