コード例 #1
0
 public void AuditValues_GivenValueDoesNotExistValueProvider_NullReferenceExceptionExpected()
 {
     _auditFormatter.Invoking(x => x.AuditValues(_nameValueProviderCollection, "auditMe")).ShouldThrow <NullReferenceException>();
 }