Table of Contents

Enum TestExecutionStatus

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

Enumeration indicating whether the tests are running normally or being cancelled.

public enum TestExecutionStatus

Fields

AbortRequested = 2

A forced stop has been requested

Running = 0

Running normally with no stop requested

StopRequested = 1

A graceful stop has been requested