AIT.VisualStudio.TestTools


TimeTaker

Defined in AIT.VisualStudio.TestTools.dll.
Takes the time which a test needs

Instance members

Instance memberDescription
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 memberDescription
Begin(...)
Signature: (expectedMaximumExecutionTime:TimeSpan * caller:string) -> TimeTaker
Initializes a new instance of the TimeTaker class and starts tracking the time.
Fork me on GitHub