Hello!
Please look this example and you'll understand:
[Theory, CombinatorialData]
public async Task Should_Filter_By_Status([CombinatorialValuesExclusion(Status.Draft)] Status status)
{
...
}
So sometimes it is useful to use automatic theory generation and exclude some values, Something like this is pretty good to
Hello!
Please look this example and you'll understand:
So sometimes it is useful to use automatic theory generation and exclude some values, Something like this is pretty good to