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.
TestEngineStatus? TestCaseStatus { get; }
Gets the current test engine status for the test case. Will only be available when TestCase
is not null.
TestEngineStatus? TestCaseStatus { get; }