Table of Contents

Property TestCaseStatus

Namespace
Xunit
Assembly
xunit.v3.core.dll

TestCaseStatus

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

public TestEngineStatus? TestCaseStatus { get; }

Property Value

TestEngineStatus?