Table of Contents

Property TestMethodReturnTypeVSTest

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

TestMethodReturnTypeVSTest

Gets the test method return type. If the test did not originate in a method, or the test framework did not provide this information, will return null.

string? TestMethodReturnTypeVSTest { get; }

Property Value

string

Remarks

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