예제 #1
0
파일: DateTests.cs 프로젝트: nickvane/vela
 public void DiffShouldThrowException()
 {
     var date = new Date();
     date.Diff(null);
 }