Table of Contents

Delegate CombinatorialTheoryDataPredicate

Namespace
Xunit
Assembly
Xunit.Combinatorial.dll

Determines whether a generated theory data row is allowed.

public delegate bool CombinatorialTheoryDataPredicate(ReadOnlySpan<object?> values)

Parameters

values ReadOnlySpan<object>

The values in the completed theory data row.

Returns

bool

true if the row is allowed; otherwise, false.