コード例 #1
0
ファイル: DateTests.cs プロジェクト: nickvane/vela
 public void DiffShouldThrowException()
 {
     var date = new Date();
     date.Diff(null);
 }