Table of Contents

Property LongRunningTestCallback

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

LongRunningTestCallback

Gets or sets a callback to be called when a long running test has been detected.

public Action<LongRunningTestsSummary>? LongRunningTestCallback { get; set; }

Property Value

Action<LongRunningTestsSummary>