Method Aggregate
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Aggregate(RunSummary)
Adds a run summary's totals into this run summary.
public void Aggregate(RunSummary other)
Parameters
otherThe run summary to be added.
Adds a run summary's totals into this run summary.
public void Aggregate(RunSummary other)
other The run summary to be added.