public void WhenTypeIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => TypeIsExtensions.IsInNamespace(null, "Some.Where"));
 }
 public void WhenTypeIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => TypeIsExtensions.IsTestClass(null));
 }