コード例 #1
0
 public void WhenTypeIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => TypeIsExtensions.IsInNamespace(null, "Some.Where"));
 }
コード例 #2
0
 public void WhenTypeIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => TypeIsExtensions.IsTestClass(null));
 }