Table of Contents

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; }

Property Value