Table of Contents

Class ExecutionCompleteInfo

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

Represents test assembly execution being finished.

public class ExecutionCompleteInfo
Inheritance
ExecutionCompleteInfo
Inherited Members

Constructors

ExecutionCompleteInfo(int, int, int, int, decimal)

Represents test assembly execution being finished.

Fields

Empty

Used to report results when no tests are executed.

Properties

ExecutionTime

The total execution time spent running tests.

TestsFailed

The number of the tests that failed.

TestsNotRun

The number of tests that were not run.

TestsSkipped

The number of tests that were skipped.

TotalTests

The total number of tests in the assembly.