Property TypeName
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
TypeName
Gets the fully qualified type name of the class that contains the test.
public required string? TypeName { get; set; }
Property Value
Remarks
For typical xUnit.net tests, this will not be null. However, some custom test
frameworks may generate tests from sources other than classes, in which case this
value may be null.