Table of Contents

Method SupportsDiscoveryEnumeration

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

SupportsDiscoveryEnumeration()

Returns true if the data attribute supports enumeration during discovery; false otherwise. Data attributes with expensive computational costs and/or randomized data sets should return false.

public override bool SupportsDiscoveryEnumeration()

Returns

bool