Table of Contents

Property OnExecutionComplete

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

OnExecutionComplete

Set to get notification of when test execution is complete.

public Action<ExecutionCompleteInfo>? OnExecutionComplete { get; set; }

Property Value

Action<ExecutionCompleteInfo>