Property TestClassSimpleName
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
TestClassSimpleName
Gets the simple name of the test class (the class name without namespace).
public required string TestClassSimpleName { get; set; }
Property Value
Remarks
Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.