Delegate CombinatorialIndexPredicate
- Namespace
- Xunit
- Assembly
- Xunit.Combinatorial.dll
Determines whether a generated test case, represented by one selected value index per dimension, is allowed.
public delegate bool CombinatorialIndexPredicate(ReadOnlySpan<int> indices)
Parameters
indicesReadOnlySpan<int>The selected zero-based value index for each dimension.