Interface IExecutionMetadata
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This is metadata describing the execution of a single test.
public interface IExecutionMetadata
Properties
- ExecutionTime
The time spent executing the test, in seconds. Will be 0 if the test was not executed.
- Warnings
Gets a list of the warning messages that were recorded during execution. Will be
null
if there were no warnings.