Table of Contents

Property FinishedCallback

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

FinishedCallback

Gets or sets a callback to be called when execution is complete.

public Action<ExecutionSummary>? FinishedCallback { get; set; }

Property Value

Action<ExecutionSummary>