Table of Contents

Property StartTime

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

StartTime

Gets the date and time when the test execution began.

public required DateTimeOffset StartTime { get; set; }

Property Value

DateTimeOffset

Remarks

Note: Will be MinValue if there was no value provided during deserialization.