Open
Description
Given a set of generated test cases, it's useful to be able to select a random subset for each run to reduce the CI time, while keeping the original combinatorial definition intact. e.g.
[Theory]
[CombinatorialCount(30)]
public void Test(...) {}
There's already a helper to do this Random.GetItem
in dotnet 8p1 but I think it's easy to backport.
Metadata
Metadata
Assignees
Labels
No labels