AbstractTestItemElapsedTime Property |
A DateTime object indicates the time when current steps finishes. EndTime is set by the test framework after the Checkpoint method has finishes.
If the test step goes wrong, EndTime will be set when the error occurs.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public Nullable<TimeSpan> ElapsedTime { get; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property ElapsedTime As Nullable(Of TimeSpan)
Get
public:
[IgnoreDataMemberAttribute]
property Nullable<TimeSpan> ElapsedTime {
Nullable<TimeSpan> get ();
}
[<IgnoreDataMemberAttribute>]
member ElapsedTime : Nullable<TimeSpan> with get
Property Value
Type:
NullableTimeSpanSee Also