コード例 #1
0
 /// <summary>
 /// Needed to circumvent the mocked stopwatch
 /// </summary>
 private StopwatchItem GetAlarm(string key)
 {
     var dummyStopwatch = new DojoStopwatch { Alarms = _stopwatch.Alarms };
     return dummyStopwatch.GetAlarm(key);
 }
コード例 #2
0
 public void Setup()
 {
     _target = new DojoStopwatch();
 }