xUnit.net
Public Member Functions | Public Attributes | List of all members
Xunit.Sdk.RunSummary Class Reference

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

Public Member Functions

void Aggregate (RunSummary other)
 Adds a run summary's totals into this run summary. More...
 

Public Attributes

int Total
 The total number of tests run. More...
 
int Failed
 The number of failed tests. More...
 
int Skipped
 The number of skipped tests. More...
 
decimal Time
 The total time taken to run the tests, in seconds. More...
 

Detailed Description

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

Member Function Documentation

◆ Aggregate()

void Xunit.Sdk.RunSummary.Aggregate ( RunSummary  other)
inline

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

Parameters
otherThe run summary to be added.

Member Data Documentation

◆ Failed

int Xunit.Sdk.RunSummary.Failed

The number of failed tests.

◆ Skipped

int Xunit.Sdk.RunSummary.Skipped

The number of skipped tests.

◆ Time

decimal Xunit.Sdk.RunSummary.Time

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

◆ Total

int Xunit.Sdk.RunSummary.Total

The total number of tests run.


The documentation for this class was generated from the following file: