Table of Contents

Property TestMethodParameterTypesVSTest

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

TestMethodParameterTypesVSTest

Gets the types for the test method parameters. If the test did not originate in a method, or the test framework does not provide this information, will return null; if the test method has no parameters, will return an empty array.

public required string[]? TestMethodParameterTypesVSTest { get; set; }

Property Value

string[]

Remarks

The values here are formatted according to VSTest rules in order to support Test Explorer. Note that this is not the same as FullName.