Table of Contents

Property FinishTime

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

FinishTime

Gets the date and time when the test assembly execution finished.

public required DateTimeOffset FinishTime { get; set; }

Property Value

DateTimeOffset

Remarks

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