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
valuesReadOnlySpan<object>The values in the completed theory data row.