C# Class HealthMonitoring.TestUtils.Awaitable.MockStopwatch

Inheritance: IStopwatch, IAsyncTimedEvent
ファイルを表示 Open project: wongatech/HealthMonitoring

Public Methods

Method Description
MockStopwatch ( string tag, System.TimeSpan elapsed, TimeLineProvider timelineProvider, ConcurrentQueue timeline ) : System
Start ( ) : IStopwatch
Stop ( ) : IStopwatch

Method Details

MockStopwatch() public method

public MockStopwatch ( string tag, System.TimeSpan elapsed, TimeLineProvider timelineProvider, ConcurrentQueue timeline ) : System
tag string
elapsed System.TimeSpan
timelineProvider TimeLineProvider
timeline ConcurrentQueue
return System

Start() public method

public Start ( ) : IStopwatch
return IStopwatch

Stop() public method

public Stop ( ) : IStopwatch
return IStopwatch