Table of Contents

Property Explicit

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Explicit

Gets a flag which indicates whether the test should only be run explicitly. An explicit test is skipped by default unless explicit tests are requested to be run.

bool Explicit { get; }

Property Value

bool