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