Example #1
0
 public void AddShouldThrowException()
 {
     var date = new Date();
     date.Add(null);
 }