Click or drag to resize

SpikeTestCaseGetEndTime Method

Gets the end time of the test depends on the specified start time.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
protected override DateTime GetEndTime(
	DateTime startTime
)

Parameters

startTime
Type: SystemDateTime
The start time.

Return Value

Type: DateTime
A DateTime object that represents the end of the current test
See Also