Table of Contents

Method Cancel

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

Cancel()

Call to request that the current run be cancelled. Note that cancellation may not be instantaneous, and even after cancellation has been acknowledged, you can expect to receive all the cleanup-related messages.

public void Cancel()