Table of Contents

Property SummariesByAssemblyUniqueID

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

SummariesByAssemblyUniqueID

Gets the summaries of all the tests run. The key is the unique ID of the test assembly; the value is the summary of test execution for that assembly.

public List<(string AssemblyUniqueID, ExecutionSummary Summary)> SummariesByAssemblyUniqueID { get; }

Property Value

List<(string AssemblyUniqueID, ExecutionSummary Summary)>