Table of Contents

Property Explicit

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

Explicit

Sets a value that determines whether the data rows provided by this data provider should be considered explicit or not. If true, then the data rows will all be considered explicit; if false, then the data rows will all be considered not explicit; if unset, then the data rows will inherit their explicitness from Explicit.

public bool Explicit { get; set; }

Property Value

bool