TimeTaker
Defined in AIT.VisualStudio.TestTools.dll.
Takes the time which a test needs
Instance members
Instance member | Description |
Dispose()
Signature: unit -> unit
Modifiers: abstract |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
ElapsedTime
Signature: TimeSpan
|
Gets the elapsed time. |
End(message)
Signature: message:string -> unit
|
Ends the current execution time tracking and throws an exception if applicable |
Static members
Static member | Description |
Begin(...)
Signature: (expectedMaximumExecutionTime:TimeSpan * caller:string) -> TimeTaker
|
Initializes a new instance of the TimeTaker class and starts tracking the time. |