Ejemplo n.º 1
0
 public void WhenRelayAndNullSubscription_ThenThrows()
 {
     Assert.Throws <ArgumentNullException>(() =>
                                           client.Relay(null, new WebhookEvent()));
 }
 public void WhenRelayAndNullSubscription_ThenThrows()
 {
     Assert.Throws <ArgumentNullException>(() =>
                                           client.Relay(null, "aneventname", "adata"));
 }