Example #1
0
 public void WhenTypeIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => MemberInfoExtensions.HasAttribute <UsedMethodAttribute>(null));
 }