Table of Contents

Property TestCollectionStatus

Namespace
Xunit
Assembly
xunit.v3.core.dll

TestCollectionStatus

Gets the current test engine status for the test collection. Will only be available when TestCollection is not null.

public TestEngineStatus? TestCollectionStatus { get; }

Property Value

TestEngineStatus?