Table of Contents

Property Explicit

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

Explicit

Gets a flag indicating whether this test case was marked as explicit or not.

public required bool Explicit { get; set; }

Property Value

bool

Remarks

Note: Will be false if there was no value provided during deserialization.