Table of Contents

Property TestMethodArity

Namespace
Xunit.v3
Assembly
xunit.v3.core.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.

public required int? TestMethodArity { get; set; }

Property Value

int?