Property TestClassNamespace
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
TestClassNamespace
Gets the namespace of the class where the test is defined. Will return null
for
classes not residing in a namespace.
string? TestClassNamespace { get; }