Table of Contents

Interface IExecutionSummaryMetadata

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

This is metadata describing the summary during various phases of execution process (e.g., test case, test class, test collection, and assembly). It describes the aggregation of zero or more tests being executed.

public interface IExecutionSummaryMetadata

Properties

ExecutionTime

Gets the execution time (in seconds) for this execution.

TestsFailed

Gets the number of failing tests.

TestsNotRun

Gets the number of tests that were not run. This includes explicit tests when explicit tests are not run, or non-expicit tests when non-explicit tests are not run.

TestsSkipped

Gets the number of skipped tests.

TestsTotal

Gets the total number of tests run and not run.