Property TestMethodArity
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
TestMethodArity
Gets the arity (number of generic types) on the method itself. If the test did not originate
in a method, will return null
.
int? TestMethodArity { get; }
Property Value
- int?