Table of Contents

Property ExecutionTime

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

ExecutionTime

The time spent executing the test, in seconds. Will be 0 if the test was not executed.

public required decimal ExecutionTime { get; set; }

Property Value

decimal

Remarks

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