Beispiel #1
0
 public void AddAction_WhenNullIsSent_ShouldThrowArgumentNullException()
 {
     Assert.Throws <ArgumentNullException>(() => _underTest.AddAction(null));
 }