コード例 #1
0
ファイル: RevisionHistoryTests.cs プロジェクト: nickvane/vela
 public void ShouldReturnMostRecentVersion()
 {
     var history = new RevisionHistory();
     var result = history.GetMostRecentVersion();
 }
コード例 #2
0
ファイル: RevisionHistoryTests.cs プロジェクト: nickvane/vela
 public void ShouldReturnCommittedTimeOfMostRecentVersion()
 {
     var history = new RevisionHistory();
     var result = history.GetCommittedTimeOfMostRecentVersion();
 }