Table of Contents

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

indices ReadOnlySpan<int>

The selected zero-based value index for each dimension.

Returns

bool

true if the test case is allowed; otherwise, false.