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