Table of Contents

Property ExecutionTime

Namespace
Xunit
Assembly
xunit.v3.core.dll

ExecutionTime

Gets the amount of time the test ran, in seconds. The value may be 0 if no test code was run (for example, a statically skipped test). Note that the value may be a partial value because of further timing being done while cleaning up.

public decimal? ExecutionTime { get; }

Property Value

decimal?