Class AnyDataValue
- Namespace
- Xunit
- Assembly
- Xunit.Combinatorial.dll
A sentinel type that matches any value in the same test method parameter position.
public static class AnyDataValue
- Inheritance
-
AnyDataValue
- Inherited Members
Remarks
Use this with typeof when specifying exclusions, for example:
[ExcludeTestCase(typeof(AnyDataValue), false)].