Skip to content

Adds type check to TestRun.StartTime getter

Mikko Ala-Kojola requested to merge 491-TestStepRun_StartTime_TypeCheck into master

Getter type checks Parameters[StartTime] value and if it is castable to DateTime returns it. If not new DateTime object is returned.

Closes #491 (closed)

Merge request reports