コード例 #1
0
 public void AddExpectation_WhenNullIsSent_ShouldThrowArgumentNullException()
 {
     Assert.Throws <ArgumentNullException>(() => _underTest.AddExpectation(null));
 }