示例#1
0
 public void WhenPublishWithNullEventName_ThenThrows()
 {
     Assert.Throws <ArgumentNullException>(() => webhooks.Publish(null, new TestPoco()));
 }