Table of Contents

Property Explicit

Namespace
Xunit
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.

public bool Explicit { get; set; }

Property Value

bool