Table of Contents

Struct RunSummary

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Represents the statistical summary from a run of one or more tests.

public struct RunSummary
Inherited Members

Fields

Failed

The number of failed tests.

NotRun

The number of tests that were not run.

Skipped

The number of skipped tests.

Time

The total time taken to run the tests, in seconds.

Total

The total number of tests run.

Methods

Aggregate(RunSummary)

Adds a run summary's totals into this run summary.

ToString()