Table of Contents

Property TestClassStatus

Namespace
Xunit
Assembly
xunit.v3.core.dll

TestClassStatus

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

public TestEngineStatus? TestClassStatus { get; }

Property Value

TestEngineStatus?