Table of Contents

Property TestClassNamespace

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

TestClassNamespace

Gets the namespace of the class where the test is defined. If the test did not originate in a class, or the class it originated in does not reside in a namespace, will return null.

string? TestClassNamespace { get; }

Property Value

string