Property TestMethodStatus
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
TestMethodStatus
Gets the current test engine status for the test method. Will only be available when TestMethod
is not null.
public TestEngineStatus? TestMethodStatus { get; }
Gets the current test engine status for the test method. Will only be available when TestMethod
is not null.
public TestEngineStatus? TestMethodStatus { get; }