C# Class ParallelTestRunner.Common.Impl.StopwatchImpl

Inheritance: IStopwatch
Mostrar archivo Open project: sscobici/ParallelTestRunner

Public Methods

Method Description
Elapsed ( ) : System.TimeSpan
GetStartDateTime ( ) : System.DateTime
GetStopDateTime ( ) : System.DateTime
Start ( ) : void
Stop ( ) : void

Method Details

Elapsed() public method

public Elapsed ( ) : System.TimeSpan
return System.TimeSpan

GetStartDateTime() public method

public GetStartDateTime ( ) : System.DateTime
return System.DateTime

GetStopDateTime() public method

public GetStopDateTime ( ) : System.DateTime
return System.DateTime

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void