Property TestState
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
TestState
Gets the current state of the test. Will only be available after the test has finished running.
TestResultState? TestState { get; }
Gets the current state of the test. Will only be available after the test has finished running.
TestResultState? TestState { get; }