Property TestMethodReturnTypeVSTest
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.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
.
public required string? TestMethodReturnTypeVSTest { get; set; }
Property Value
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.