Table of Contents

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.

Output

The captured output of the test. Will be Empty if there was no output.

Warnings

Gets a list of the warning messages that were recorded during execution. Will be null if there were no warnings.