Property TestClassSimpleName
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
TestClassSimpleName
Gets the simple name of the class where the test is defined (the class name without namespace).
If the test did not originiate in a class, will return null.
public required string? TestClassSimpleName { get; set; }