Table of Contents

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

other

The run summary to be added.