Table of Contents

Constructor LongRunningTestsSummary

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

LongRunningTestsSummary(TimeSpan, IDictionary<ITestCaseMetadata, TimeSpan>)

Represents information about long running tests from ExecutionSink.

public LongRunningTestsSummary(TimeSpan configuredLongRunningTime, IDictionary<ITestCaseMetadata, TimeSpan> testCases)

Parameters

configuredLongRunningTime TimeSpan

Configured notification time

testCases IDictionary<ITestCaseMetadata, TimeSpan>

Tests