Table of Contents

Property TimeoutAsNullable

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

TimeoutAsNullable

Gettable as a nullable value since .NET Framework does not permit attributes to have nullable value types for settable properties.

protected int? TimeoutAsNullable { get; set; }

Property Value

int?