コード例 #1
0
 public void IsPeriodicShouldThrowException()
 {
     var history   = new IntervalEvent <ItemStructureTest>();
     var startTime = history.GetIntervalStartTime();
 }
コード例 #2
0
ファイル: IntervalEventTests.cs プロジェクト: nickvane/vela
 public void IsPeriodicShouldThrowException()
 {
     var history = new IntervalEvent<ItemStructureTest>();
     var startTime = history.GetIntervalStartTime();
 }